Search code examples
mavenliquibase

liquibase mark changeset applied


How is it possible to mark specific changeset as applied in liquibase maven plugin? There's nothing about that in documentation, the command markNextChangeSetRan seems to do nothing.


Solution

  • Looking at the sources in the current master branch (which is currently 3.0.0-beta2-SNAPSHOT) it seems that there simply is no implementation of the markNextChangeSetRan command.

    So I guess, it's simply not there.

    You could add a ticket to request this in the liquibase JIRA but there seems to be no project for the maven plugin (don't know though if the maven plugin for liquibase is tracked elsewhere).

    Sorry to have no better answer. I just checked out the complete liquibase code from github myself to implement a missing feature and so I thought I just quickly check this.