Hi Nathan,
Here are the command we executed:
- java -jar /app/liquibase-3.2.0-bin/liquibase.jar --defaultsFile=./liquibase.properties --logLevel=info --changeLogFile=./db-changelog-R3.0.xml update
- java -jar /app/liquibase-3.1.1-bin/liquibase.jar --defaultsFile=./liquibase.properties --logLevel=info --changeLogFile=./db-changelog-R3.0.xml update
the changeLogFile contents are:
<?xml version="1.0" encoding="UTF-8"?><databaseChangeLogxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsdhttp://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"><includeAll path="./misc/3.1" /></databaseChangeLog>