Skip to content

Commit 8a4c944

Browse files
authored
Add atlas experiment type (#260)
* Add atlas experiment type * Replace semicolon * Remove atlas from lookups file * Remove enum additions
1 parent 60139f8 commit 8a4c944

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_02_27_ExperimentType_atlas.sql', 'ONGOING');
2+
3+
INSERT INTO ExperimentType (
4+
experimentTypeId, name, proposalType, active
5+
) VALUES (
6+
44, 'Atlas', 'em', 1
7+
);
8+
9+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_02_27_ExperimentType_atlas.sql';

0 commit comments

Comments
 (0)