Skip to content

Commit 5a8215e

Browse files
committed
typo
1 parent b49ffcd commit 5a8215e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)