Skip to content

Commit

Permalink
Add JNB (Jupyter Notebook) to app enum in Pod table
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed May 12, 2022
1 parent f394df1 commit b952c59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/ispyb/updates/2022_05_12_Pod_app_modify_enum.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2022_05_12_Pod_app_modify_enum.sql', 'ONGOING');

ALTER TABLE Pod
MODIFY app enum('MAXIV HDF5 Viewer','H5Web', 'JNB') COLLATE utf8_unicode_ci NOT NULL;

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2022_05_12_Pod_app_modify_enum.sql';

0 comments on commit b952c59

Please sign in to comment.