Add ability to move changeSets from one databaseChangeLog file to another
Description
Environment
None
Attachments
1
- 09 Oct 2009, 11:28 AM
Activity
Show:
Neale June 17, 2013 at 3:52 PM
Also, perhaps add this attribute to the changelog element too?
Neale June 17, 2013 at 3:42 PM
Nathan. Any chance of cherry-picking this into 2.0.6, as it'd be a useful addition while 3.0.0 gets polished off ?
Nathan Voxland October 25, 2009 at 10:27 PM
Patch applied. Thank you very much!
Fixed
Details
Details
Reporter
Alexander Gavrilov
Alexander GavrilovComponents
Fix versions
Affects versions
Priority
Created October 9, 2009 at 11:28 AM
Updated June 17, 2013 at 3:52 PM
Resolved October 25, 2009 at 10:27 PM
Sometimes we need to restructure our liquibase change logs moving some changesets to another files. Currently liquibase support change logs renaming using logicalFilePath attribute. This patch add attribute movedFromPath to changeSet element. Specifying this attribute we can physically move changesets between files without affecting unique changeset identification.