Skip to content

Commit

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

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

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

0 comments on commit 0b00d54

Please sign in to comment.