Better migration locking behaviour
This commit is contained in:
1
sql/migrations/unlock.sql
Normal file
1
sql/migrations/unlock.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE migrations_lock SET is_locked = false WHERE is_locked = true;
|
||||
Reference in New Issue
Block a user