Liquibase rollback from command line not working
问题 I am doing an tomcat appliaction in a windows enviroment that when deployed creates/updates the DB Schema on the oracle db. For this I am using the Liquibase SDK 3.3.2. So basically I call the SDK an tell it to do an update from my changelog.xml. This parts works as fine. The code form the java class ... Liquibase liquibase = new Liquibase(CHANGE_LOG, new ClassLoaderResourceAccessor(getClass().getClassLoader()), db); liquibase.update(""); The problem is, when something goes wrong and I do a