Liquibase rollback to tag -
i new liquibase , trying rollback feature working. running liquibase in windows. executed install tagged database @ version_1.0. ran update tagged database @ version_1.1. trying rollback version_1.0
here command running:
liquibase rollback version_1.0
this gives error --changelogfile needed ran this
liquibase --changelogfile=v001/master.xml rollback version_1.0
i provide name of change log file executed during update, nothing gets. update contains 2 create table statements , tables not dropped. missing in rollback process?
liquibase not tag database really. tags know changessets need rolled back.
the rollback done execute rollback tags in changeling.
Comments
Post a Comment