Hi. I'm trying to execute the following command :
liquibase.bat --changeSetAuthor=Paulo
--changeLogFile=C:\Users\paulo.tavares\Documents\Visual Studio
2015\Projects\DSC\ERC.DataSourceControl.Tests\bin\Debug\dsctest_testdb.xml
--driver=com.mysql.jdbc.Driver
--classpath=C:\Users\paulo.tavares\Documents\Visual Studio
2015\Projects\DSC\ERC.DataSourceControl.Tests\bin\Debug\lib\mysql-connector-java.5.1.36-bin.jar
--url="jdbc:mysql://localhost/dsctest_testdb?tinyInt1isBit=false"
--username=root generateChangeLog
When I execute it liquibase tells me that there's a parameter
missing. I read all the documentation and I cant find anything. All
the routes are pointing correctly. Can someone tell me what am I missing?