mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
5 lines
210 B
SQL
5 lines
210 B
SQL
-- Add down migration script here
|
|
-- Lock `queue` in access exclusive to prevent deadlocks when dropping the foreign key to `queue`.
|
|
LOCK TABLE queue IN ACCESS EXCLUSIVE MODE;
|
|
DROP TABLE v2_job_status CASCADE;
|