MEDIARITHMICS / liquibase-clickhouse

Apache License 2.0
43 stars 39 forks source link

add TagDatabaseGenerator and test #18

Closed HomeOfTheWizard closed 2 years ago

HomeOfTheWizard commented 2 years ago

Liquibase's Tag feature is an important one in order to follow changes on a database in big organisations. Even though it is not recommended to use ALTER UPDATE statements on a Production environment for clickhouse since it is a heavy operation, in a development phase where datamodel can change very often it is a big help to tag changes and be able to rollback using it.