Skip to content

JosiasStraesser/liquibase-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liquibase Sample

Requirements

References

Running through Make

Update

Sets a Tag on the current database state for future rollback and updates database to current version.

make update TAG={TAG}

Parameters

Name Required Descrption
TAG Yes The tag you can add to changesets to determine which changesets in the changelog to evaluate based on their tags.

Rollback

Reverts all changes that were made to the database after the specified tag.

make rollback TAG={TAG}

Parameters

Name Required Descrption
TAG Yes The tag corresponding to the state witch the database will be reverted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published