Skip to content

Commit d9a1e98

Browse files
committed
Add SXT experiment type
1 parent 927f007 commit d9a1e98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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);
6+
7+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_03_18_ExperimentType_sxt.sql';

0 commit comments

Comments
 (0)