Skip to content

Commit 794f993

Browse files
authored
Add SXT experiment type (#316)
* Add SXT experiment type * Update 2026_03_18_ExperimentType_sxt.sql
1 parent 7a35450 commit 794f993

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), (48, 'CryoSIM', 'em', 1);
6+
7+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_03_18_ExperimentType_sxt.sql';

0 commit comments

Comments
 (0)