I am using liquibase-core-3.4.2.jar to execute sql file in one of the schema from command line. We noticed that Liquibase is creating 2 tables to track changesets. Our script will be executed in different database as it is kind of utility sql.
Our DBA is requesting not to create Databasechangelog and Databasechangeloglock tables. How do I avoid creating Databasechangelog and Databasechangeloglock tables?
Here is the command.
java -jar liquibase-core-3.4.2.jar update
Here is the directory structure.
-rw-r--r-- 1 lok362 COF\Domain Users 673 Jul 14 06:39 master.xml
-rw-r--r-- 1 lok362 COF\Domain Users 2065116 Jul 14 06:41 liquibase-core-3.4.2.jar
-rw-r--r-- 1 lok362 COF\Domain Users 676535 Jul 14 06:41 postgresql-9.4.1212.jre7.jar
-rw-r--r-- 1 lok362 COF\Domain Users 2390 Jul 14 13:49 createdb.xml
-rw-r--r-- 1 lok362 COF\Domain Users 324 Aug 2 10:56 liquibase.properties