We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593bb8c commit fe90f56Copy full SHA for fe90f56
schemas/ispyb/updates/2025_05_28_BLSession_icatId.sql
@@ -0,0 +1,6 @@
1
+INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_05_28_BLSession_icatId.sql', 'ONGOING');
2
+
3
+ALTER TABLE BLSession
4
+ ADD icatId int(11) unsigned COMMENT 'The internal ICAT ID for this BLSession';
5
6
+UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_05_28_BLSession_icatId.sql';
0 commit comments