Skip to content

Commit c1e0a3a

Browse files
committed
remove default
1 parent 540dfc3 commit c1e0a3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

schemas/ispyb/updates/2022_06_28_sampleimage_positioner.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ CREATE TABLE `BLSampleImage_has_Positioner` (
88
PRIMARY KEY (`blSampleImageHasPositionerId`),
99
CONSTRAINT `BLSampleImageHasPositioner_ibfk1`
1010
FOREIGN KEY (`blSampleImageId`)
11-
REFERENCES `BLSampleImage`(`blSampleImageId`)
12-
ON DELETE RESTRICT ON UPDATE RESTRICT,
11+
REFERENCES `BLSampleImage`(`blSampleImageId`),
1312
CONSTRAINT `BLSampleImageHasPositioner_ibfk2`
1413
FOREIGN KEY (`positionerId`)
1514
REFERENCES `Positioner`(`positionerId`)

0 commit comments

Comments
 (0)