Skip to content

Commit

Permalink
Fix file name reference in version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Mar 26, 2024
1 parent fc0767d commit 372199e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/ispyb/updates/2023_11_16_AdminVar_bump_version.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2023_06_05_AdminVar_bump_version.sql', 'ONGOING');
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2023_11_16_AdminVar_bump_version.sql', 'ONGOING');

UPDATE AdminVar SET `value` = '3.0.0' WHERE `name` = 'schemaVersion';

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2023_06_05_AdminVar_bump_version.sql';
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2023_11_16_AdminVar_bump_version.sql';

0 comments on commit 372199e

Please sign in to comment.