Open wonderix opened 8 years ago
If you run
liquibase .... --databaseChangeLogTableName=com.sap.test::DatabaseChangeLog
Two database change log tables are created:
com.sap.test::DatabaseChangeLog
DATABASECHANGELOG
The migration failes because com.sap.test::DatabaseChangeLog remains empty.
If you run
Two database change log tables are created:
com.sap.test::DatabaseChangeLog
DATABASECHANGELOG
The migration failes because
com.sap.test::DatabaseChangeLog
remains empty.