Created
February 26, 2018 14:07
-
-
Save LorisBachert/2255bf4cf1cc362ddb0cc7aafb864004 to your computer and use it in GitHub Desktop.
When Liquibase cannot get the changelog due to a canceled run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE DATABASECHANGELOGLOCK SET LOCKED=FALSE, LOCKGRANTED=null, LOCKEDBY=null where ID=1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment