Skip to content

Commit ab6c093

Browse files
authored
Add 'Metal ID' enum item to DiffractionPlan.experimentKind (#233)
1 parent 114c151 commit ab6c093

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2024_05_30_DiffractionPlan_experimentKind.sql', 'ONGOING');
2+
3+
ALTER TABLE DiffractionPlan
4+
MODIFY experimentKind enum('Default','MXPressE','MXPressO','MXPressE_SAD',
5+
'MXScore','MXPressM','MAD','SAD','Fixed','Ligand binding','Refinement',
6+
'OSC','MAD - Inverse Beam','SAD - Inverse Beam','MESH','XFE',
7+
'Stepped transmission','XChem High Symmetry','XChem Low Symmetry',
8+
'Commissioning','Metal ID') DEFAULT NULL;
9+
10+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2024_05_30_DiffractionPlan_experimentKind.sql';

0 commit comments

Comments
 (0)