79419852

Date: 2025-02-07 02:30:01
Score: 1
Natty:
Report link

This is what worked for running this app with Maven. I had to provide the -Dliquibase.changeLogFile path to mvn command:

mvn liquibase:rollback -Dliquibase.changeLogFile=/c/Projects/github/amitthk/myapp-db-updates/src/main/resources/db/changelog/db.changelog-master.yaml -Dliquibase.rollbackCount=1 -Dliquibase.rollbackId=8
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Amit Thakur