Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Last active August 3, 2019 15:39
Show Gist options
  • Save marcosvidolin/b698c7a5a05a0c63b4bfbe00b81068b4 to your computer and use it in GitHub Desktop.
Save marcosvidolin/b698c7a5a05a0c63b4bfbe00b81068b4 to your computer and use it in GitHub Desktop.
How to clear Liquibase checksums
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