Files
windmill/backend/migrations/20250201124344_v2_job_runtime.down.sql

5 lines
211 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_runtime CASCADE;