Hi everyone,
We ran the changelog against our MS SQL Server database and after it ran we checked the scripts that it generated.
Liquibase generated ALTER statements for all the changed Stored Procedure but as there were commented code in the original Stored Procedure in the MS SQL Stored Procedure, the result script did not pickup the commented code and left huge amount of space in the final script generated.
could you please let us know how to SUPPRESS the extra space generated in the generated script during changelot in the generated scripts.