How to tag a changeset in liquibase to rollback
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have configured the maven pluggin for liquibase as specified in maven configuration . Now created a changeset like :- Created the sql to update DB using command line :- mvn liquibase:updateSQL But just want to know how to rollback using a "rollbackTag" parameter. i.e. If run the command " mvn liquibase:rollbackSQL ", what should be the value of "rollbackTag" parameter. And is it possible to rollback using the changeset id ? 回答1: Rollback tags are designed to checkpoint your database's configuration. The following commands will roll the