Skip to content

Commit

Permalink
Bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed May 28, 2019
1 parent cf41f62 commit d385728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/updates/2019_05_28_AdminVar_bump_version.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INSERT INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2019_05_28_AdminVar_bump_version.sql', 'ONGOING');
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2019_05_28_AdminVar_bump_version.sql', 'ONGOING');

UPDATE AdminVar SET `value` = '1.5.0' WHERE `name` = 'schemaVersion';
UPDATE AdminVar SET `value` = '1.5.1' WHERE `name` = 'schemaVersion';

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2019_05_28_AdminVar_bump_version.sql';

0 comments on commit d385728

Please sign in to comment.