2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE dispatch_outbox
|
|
DROP CONSTRAINT IF EXISTS dispatch_outbox_exclusion_pair_check;
|