Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free format rollback tags #9

Open
cloend opened this issue Dec 9, 2021 · 0 comments
Open

Free format rollback tags #9

cloend opened this issue Dec 9, 2021 · 0 comments

Comments

@cloend
Copy link

cloend commented Dec 9, 2021

Would it be possible to have the rollbackVersion field accept alphanumerical values instead of an integer?
Or perhaps to keep it backwards compatible add a tag or prefix field, which value is added to the rollbackVersion when writing to the databasechangelog table. The default value would be a 'v' as is the implementation at the moment.

Because we are running into the following problem. We have multiple applications that use Liquibase to keep track of the database objects, only they all share the same schema. So each application will be writing in the databasechangelog. Each application would get a v1 tag, which on rollbacks results in misbehavior by Liquibase.

@hbogaards already made the same sort of change hbogaards@58624c5

@cloend cloend mentioned this issue Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant