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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -