Skip to content

Commit e7ef546

Browse files
committed
typo
1 parent 80264bb commit e7ef546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/ispyb/updates/2022_06_28_detector_rois.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CREATE TABLE `DetectorROI` (
1010
`type` varchar(50) NOT NULL COMMENT 'The ROI type rectangle, arc, q range, etc',
1111
`name` varchar(50) NOT NULL COMMENT 'A short name for this ROI',
1212
`blTimestamp` timestamp NOT NULL DEFAULT current_timestamp(),
13-
`definition` text NOT NULL CHECK (json_valid(`scanParameters`)) COMMENT 'The ROI definition in json format',
13+
`definition` text NOT NULL CHECK (json_valid(`definition`)) COMMENT 'The ROI definition in json format',
1414
PRIMARY KEY (`detectorROIId`),
1515
KEY `detectorROI_fk1` (`detectorId`),
1616
KEY `detectorROI_fk2` (`blSampleId`),

0 commit comments

Comments
 (0)