Home:ALL Converter>liquibase generate sql between 2 changelogs

liquibase generate sql between 2 changelogs

Ask Time:2015-02-03T01:26:26         Author:Paul Stanley

Json Formatter

We currently use liquibase to version control our mysql database, however, we are not allowed to run liquibase on production. The first time we deployed we did an sql dump of the database, which was the amalgamation of all the changelogs to date.

So say the changelog currently is at changelog 128 on production. How do I generate the sql of changelogs from 128 to 140 in liquibase?

Author:Paul Stanley,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/28283269/liquibase-generate-sql-between-2-changelogs
yy