Skip to content

Commit

Permalink
Add 'Metal ID' enum item to DiffractionPlan.experimentKind
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed May 30, 2024
1 parent 114c151 commit dbb7275
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2024_05_30_DiffractionPlan_experimentKind.sql', 'ONGOING');

ALTER TABLE DiffractionPlan
MODIFY experimentKind enum('Default','MXPressE','MXPressO','MXPressE_SAD',
'MXScore','MXPressM','MAD','SAD','Fixed','Ligand binding','Refinement',
'OSC','MAD - Inverse Beam','SAD - Inverse Beam','MESH','XFE',
'Stepped transmission','XChem High Symmetry','XChem Low Symmetry',
'Commissioning','Metal ID') DEFAULT NULL;

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2024_05_30_DiffractionPlan_experimentKind.sql';

0 comments on commit dbb7275

Please sign in to comment.