$ 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"
Last active
July 15, 2020 22:22
-
-
Save pavankjadda/02721f87c8391e5441ce81be8a7571e7 to your computer and use it in GitHub Desktop.
Liquibase Diff command.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment