How to tag a changeset in liquibase to rollback

后端 未结 2 1637
醉酒成梦
醉酒成梦 2020-12-23 14:46

I have configured the maven pluggin for liquibase as specified in maven configuration.
Now created a changeset like :-



        
2条回答
  •  执笔经年
    2020-12-23 15:18

    I personally prefer to put the tag as part of the changeset files, so if you have to rollback or delete all the records in the DATABASECHANGELOG you won't loose your tagging records.

    
        
        
        
    
        
        
            
        
        
    
    
    

提交回复
热议问题