===================================================================
Liquibase: the same insert, now with an explicit rollback block
===================================================================
captured: 2026-09-15T07:07:16.370040970Z


-- audit_log right after update() --
ID | EVENT       
---+-------------
1  | system-start
(1 row)

-- audit_log after rollback(1) — table still exists, the row is gone --
ID | EVENT
---+------
(0 rows)
