We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a35450 commit 794f993Copy full SHA for 794f993
schemas/ispyb/updates/2026_03_18_ExperimentType_sxt.sql
@@ -0,0 +1,7 @@
1
+INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_03_18_ExperimentType_sxt.sql', 'ONGOING');
2
+
3
+INSERT INTO ExperimentType (
4
+ experimentTypeId, name, proposalType, active
5
+) 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