Hi Team,
I am trying to generate a changelog for sqlserver database and it is giving below output:
“When generating formatted SQL changelogs, it is important to decide if batched statements
should be split (splitStatements:true is the default behavior) or not (splitStatements:false).
See http://liquibase.org for additional documentation.
Liquibase command ‘generateChangeLog’ was executed successfully.”
But the output file is empty. Please can you suggest.
Command used:
liquibase --url=“jdbc:sqlserver://localhost-server;databaseName=Apps” --username usr --password pwd --changeLogFile=“changelog-base.mssql.sql” generateChangeLog