Skip to content

Commit

Permalink
Add a userPath col to the DiffractionPlan table
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Sep 9, 2020
1 parent 6081adc commit 1895ca3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2020_09_09_DiffractionPlan_userPath.sql', 'ONGOING');

ALTER TABLE DiffractionPlan
ADD userPath varchar(100)
COMMENT 'User-specified relative "root" path inside the session directory to be used for holding collected data';

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2020_09_09_DiffractionPlan_userPath.sql';

0 comments on commit 1895ca3

Please sign in to comment.