I have the tag as shown below:
id | author | filename | dateexecuted | orderexecuted | exectype | md5sum | description | comments | tag | liquibase | contexts | labels | deployment_id
-----±-----------±-----------------------------±---------------------------±--------------±---------±-----------------------------------±------------±---------±----------------±----------±---------±-------±--------------
raw | includeAll | postgresql-stag3-update.sql | 2024-08-19 21:19:03.959063 | 1 | EXECUTED | 9:4e4bf538de0c6606341d6d072313ba40 | sql | | audittraildb16 | 4.29.1 | | | 4102343635
raw | includeAll | postgresql-stag3-update2.sql | 2024-08-19 21:33:19.940934 | 2 | EXECUTED | 9:d0693620247e82ad389dfcedbc574e55 | sql | | audittraildb162 | 4.29.1 | | | 4103199526
raw | includeAll | postgresql-stag3-update3.sql | 2024-08-19 22:11:02.525337 | 3 | EXECUTED | 9:761275a470fb08856cab00490aae1c1b | sql | | | 4.29.1 | | | 4105462412
(3 rows)
when I tried to run “liquibase rollback audittraildb162” to drop the created table.
it failed, there is no error in liquibase.log as shown below.
INFO: 0 changesets rolled back.
Logs saved to liquibase.log
Liquibase command ‘rollback’ was executed successfully.