-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix: allow to set changelog-lock-wait-time-in-minutes to 0 #375
fix: allow to set changelog-lock-wait-time-in-minutes to 0 #375
Conversation
Hi @jgarec, thank you for submitting PR.
|
83ade8d
to
2cc3ac5
Compare
About your second remark, i think it's better now |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hello @jgarec. |
hello @vitaliimak, a similar fix is now included in liquibase core : liquibase/liquibase#4609 |
Hi @jgarec |
Hi @jgarec |
Fixes #331
If not, when changelog-lock-wait-time-in-minutes is set to 0 and no lock is in the database, it fails with an error "Could not acquire change log lock. Currently locked by UNKNOWN"