Skip to content

Instantly share code, notes, and snippets.

@pavankjadda
Last active July 15, 2020 22:22
Show Gist options
  • Save pavankjadda/02721f87c8391e5441ce81be8a7571e7 to your computer and use it in GitHub Desktop.
Save pavankjadda/02721f87c8391e5441ce81be8a7571e7 to your computer and use it in GitHub Desktop.
Liquibase Diff command.md
$ mvn liquibase:diff -Pdev -Dliquibase.url="jdbc:mysql://localhost:3306/liquibasedemo-dev?serverTimezone=UTC" -Dliquibase.username="root" -Dliquibase.password="Test@2020" -Dliquibase.referenceUrl="jdbc:mysql://localhost:3306/liquibasedemo-local?serverTimezone=UTC" -Dliquibase.referenceUsername="root" -Dliquibase.referencePassword="Test@2020"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment