Hi,
Having 3 entries in the table DATABASECHANGELOG with ORDEREXECUTED 318,317,316 the command:
mvn liquibase:rollback -Dliquibase.rollbackCount=1
Tries to rollback the changeset applied on the 316…
Does anyone know why?
Hi,
Having 3 entries in the table DATABASECHANGELOG with ORDEREXECUTED 318,317,316 the command:
mvn liquibase:rollback -Dliquibase.rollbackCount=1
Tries to rollback the changeset applied on the 316…
Does anyone know why?
To make sure I understand properly, this is the order the changesets were applied:
Based upon that order, 316 would be the changeset that is rolled-back using “rollbackCount 1”.
Rollback is done in reverese chronological order.
No, the order was 316, 317, 318…the sequential number indicates the order
if that is the case, please provide the following: