Last active
August 3, 2019 15:39
-
-
Save marcosvidolin/b698c7a5a05a0c63b4bfbe00b81068b4 to your computer and use it in GitHub Desktop.
How to clear Liquibase checksums
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -jar /opt/ci/liquibase.jar --driver=oracle.jdbc.OracleDriver --classpath=/opt/ci/ojdbc14-10.2.0.1.0.jar --changeLogFile="db.changelog.xml" --url=<url>:<port>:<sid> --username=<user> --password=<pass> --logLevel=debug clearCheckSums |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment