Is There A Way To Specify Multiple Sql Server 2008 Schemas For Liquibase's 'generatechangelog' Command?
I currently have a batch file with the following contents to generate the Liquibase change log from my already existing database's tables and stored procedures: @echo off liquibase
Solution 1:
No, unfortunately generateChangeLog supports only one schema at a time currently.
Post a Comment for "Is There A Way To Specify Multiple Sql Server 2008 Schemas For Liquibase's 'generatechangelog' Command?"