Skip to content

Commit 2cb4801

Browse files
committed
remove charset
1 parent e7ef546 commit 2cb4801

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
@@ -16,7 +16,7 @@ CREATE TABLE `DetectorROI` (
1616
KEY `detectorROI_fk2` (`blSampleId`),
1717
CONSTRAINT `detectorROI_fk1` FOREIGN KEY (`detectorId`) REFERENCES `Detector` (`detectorId`) ON DELETE CASCADE ON UPDATE CASCADE,
1818
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';
19+
) ENGINE=InnoDB DEFAULT COMMENT='Store an ROI for a 2d detector against a particular sample';
2020
/*!40101 SET character_set_client = @saved_cs_client */;
2121

2222
ALTER TABLE `XRFFluorescenceMapping`

0 commit comments

Comments
 (0)