We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f5702 commit 83e95bbCopy full SHA for 83e95bb
schemas/ispyb/updates/2022_06_28_detector_rois.sql
@@ -16,7 +16,7 @@ CREATE TABLE `DetectorROI` (
16
KEY `detectorROI_fk2` (`blSampleId`),
17
CONSTRAINT `detectorROI_fk1` FOREIGN KEY (`detectorId`) REFERENCES `Detector` (`detectorId`) ON DELETE CASCADE ON UPDATE CASCADE,
18
CONSTRAINT `detectorROI_fk2` FOREIGN KEY (`blSampleId`) REFERENCES `BLSample` (`blSampleId`) ON DELETE CASCADE ON UPDATE CASCADE
19
-) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Store an ROI for a 2d detector against a particular sample';
+) ENGINE=InnoDB DEFAULT COMMENT='Store an ROI for a 2d detector against a particular sample';
20
/*!40101 SET character_set_client = @saved_cs_client */;
21
22
ALTER TABLE `XRFFluorescenceMapping`
0 commit comments