Skip to content

Commit 23899f2

Browse files
authored
Add new experiment types (#303)
* Add new experiment types * Fix syntax
1 parent a2c4bb1 commit 23899f2

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 ('2025_11_13_ExperimentType_clem_and_fib.sql', 'ONGOING');
2+
3+
INSERT INTO ExperimentType (
4+
experimentTypeId, name, proposalType, active
5+
) VALUES (45, 'CLEM', 'em', 1), (46, 'FIB', 'em', 1);
6+
7+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_11_13_ExperimentType_clem_and_fib.sql';

0 commit comments

Comments
 (0)