Last active
March 2, 2019 09:53
-
-
Save goyalmohit/ac42fa3a41af4619e47145fedb9130be to your computer and use it in GitHub Desktop.
This file contains hidden or 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
liquibase | |
--driver=com.microsoft.sqlserver.jdbc.SQLServerDriver | |
--classpath="C:\\Program Files\\Microsoft JDBC Driver 6.0 for SQL Server\\sqljdbc_6.0\\enu\\jre8\\sqljdbc42.jar" | |
--url="jdbc:sqlserver://localhost:1433;databaseName=AdventureWorks2017;integratedSecurity=false;" | |
--changeLogFile="D:\Source\master.xml" | |
--username=liquibase | |
--password=liquibase@123 | |
Update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment