tskredens/sql/migrations/unlock.sql

2 lines
69 B
SQL

UPDATE migrations_lock SET is_locked = false WHERE is_locked = true;