Skip to content

Commit

Permalink
Bump version -> 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Jan 20, 2020
1 parent 26b097b commit ab23933
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/updates/2020_01_20_AdminVar_bump_version.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2020_01_20_AdminVar_bump_version.sql', 'ONGOING');

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

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2020_01_20_AdminVar_bump_version.sql';

0 comments on commit ab23933

Please sign in to comment.