Skip to content

Commit fe90f56

Browse files
committed
Add new col BLSession.icatId for the internal ICAT visit ID
1 parent 593bb8c commit fe90f56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)