mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4 lines
186 B
SQL
4 lines
186 B
SQL
-- Add up migration script here
|
|
alter table queue drop constraint if exists queue_workspace_id_fkey;
|
|
alter table completed_job drop constraint if exists completed_job_workspace_id_fkey;
|