Skip to content

Commit df7c59c

Browse files
authored
Update 2026_03_18_ExperimentType_sxt.sql
1 parent d9a1e98 commit df7c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/ispyb/updates/2026_03_18_ExperimentType_sxt.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_03_18_E
22

33
INSERT INTO ExperimentType (
44
experimentTypeId, name, proposalType, active
5-
) VALUES (47, 'Soft X-Ray Tomography', 'em', 1);
5+
) VALUES (47, 'Soft X-Ray Tomography', 'em', 1), (48, 'CryoSIM', 'em', 1);
66

77
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_03_18_ExperimentType_sxt.sql';

0 commit comments

Comments
 (0)