Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Aug 14, 2024
1 parent 4b795ef commit b0c1ff9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/ispyb/updates/2024_08_14_AdminVar_bump_version.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2024_08_14_AdminVar_bump_version.sql', 'ONGOING');

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

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2024_08_14_AdminVar_bump_version.sql';

0 comments on commit b0c1ff9

Please sign in to comment.