Skip to content

Commit 57c51a2

Browse files
committed
Add extra 'drop constraint' clause to match with prod schema constraint name
1 parent 0bf3a62 commit 57c51a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/ispyb/updates/2024_01_04_drop_unused_tables.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DROP TABLE IF EXISTS WorkflowMesh;
2121

2222
ALTER TABLE DataCollectionGroup
2323
DROP CONSTRAINT IF EXISTS DataCollectionGroup_ibfk_3,
24+
DROP CONSTRAINT IF EXISTS _DataCollectionGroup_ibfk_3,
2425
DROP COLUMN IF EXISTS workflowId;
2526
DROP TABLE IF EXISTS Workflow;
2627

0 commit comments

Comments
 (0)