We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a1e98 commit df7c59cCopy full SHA for df7c59c
schemas/ispyb/updates/2026_03_18_ExperimentType_sxt.sql
@@ -2,6 +2,6 @@ INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_03_18_E
2
3
INSERT INTO ExperimentType (
4
experimentTypeId, name, proposalType, active
5
-) VALUES (47, 'Soft X-Ray Tomography', 'em', 1);
+) VALUES (47, 'Soft X-Ray Tomography', 'em', 1), (48, 'CryoSIM', 'em', 1);
6
7
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_03_18_ExperimentType_sxt.sql';
0 commit comments