liquibase / liquibase-docs

7 stars 16 forks source link

Document Using Multiple Schemas with Database Comparison Operations & generateChangeLog #57

Closed ro-rah closed 3 years ago

ro-rah commented 3 years ago

Please use the following for format: https://docsstage.liquibase.com/workflows/liquibase-community/multiple-sql-migration.html

ro-rah commented 3 years ago

This should be a document demonstrating a workflow where there is a need to work with multiple schemas in one changeLog.

1:22 For the diff ,diffChanegLog , snapshot and generateChangeLog portion of it, we can also introduce how to achieve this with the --schemas=schema1,shema2,schema3 combined with the --includeSchema=true flags.

mccormickc commented 3 years ago

Documentation merged