Skip to content

Commit

Permalink
remove charset
Browse files Browse the repository at this point in the history
  • Loading branch information
stufisher committed Aug 17, 2022
1 parent 27f5702 commit 83e95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/ispyb/updates/2022_06_28_detector_rois.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CREATE TABLE `DetectorROI` (
KEY `detectorROI_fk2` (`blSampleId`),
CONSTRAINT `detectorROI_fk1` FOREIGN KEY (`detectorId`) REFERENCES `Detector` (`detectorId`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `detectorROI_fk2` FOREIGN KEY (`blSampleId`) REFERENCES `BLSample` (`blSampleId`) ON DELETE CASCADE ON UPDATE CASCADE
) 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';
/*!40101 SET character_set_client = @saved_cs_client */;

ALTER TABLE `XRFFluorescenceMapping`
Expand Down

0 comments on commit 83e95bb

Please sign in to comment.