Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Last active March 2, 2019 09:50
Show Gist options
  • Save goyalmohit/dc065b25aadb0e1dabbf8f98e031b4ad to your computer and use it in GitHub Desktop.
Save goyalmohit/dc065b25aadb0e1dabbf8f98e031b4ad to your computer and use it in GitHub Desktop.
Liquibase Properties file to compare databases
driver:com.microsoft.sqlserver.jdbc.SQLServerDriver
classpath:..\\Program Files\\Microsoft JDBC Driver 6.0 for SQL Server\\sqljdbc_6.0\\enu\\jre8\\sqljdbc42.jar
url:jdbc:sqlserver://localhost:1433;databaseName=AdventureWorksProd;integratedSecurity=false;
username:liquibase
password:liquibase@123
logLevel:debug
referenceUrl:jdbc:sqlserver://localhost:1433;databaseName=AdventureWorks2017;integratedSecurity=false;
referenceUsername:liquibase
referencePassword:liquibase@123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment