Skip to content

Commit

Permalink
Actually set version to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Jan 13, 2021
1 parent 82d0b76 commit ccf9da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemas/ispyb/lookups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--

/*!40000 ALTER TABLE `AdminVar` DISABLE KEYS */;
INSERT INTO `AdminVar` (`varId`, `name`, `value`) VALUES (4,'schemaVersion','1.17.0');
INSERT INTO `AdminVar` (`varId`, `name`, `value`) VALUES (4,'schemaVersion','1.17.1');
/*!40000 ALTER TABLE `AdminVar` ENABLE KEYS */;

--
Expand Down Expand Up @@ -215,4 +215,4 @@ INSERT INTO `PurificationColumn` (`purificationColumnId`, `name`, `active`) VALU
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2021-01-13 12:30:37
-- Dump completed on 2021-01-13 12:53:54
2 changes: 1 addition & 1 deletion schemas/ispyb/updates/2021_01_13_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 ('2021_01_13_AdminVar_bump_version.sql', 'ONGOING');

UPDATE AdminVar SET `value` = '1.17.0' WHERE `name` = 'schemaVersion';
UPDATE AdminVar SET `value` = '1.17.1' WHERE `name` = 'schemaVersion';

UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2021_01_13_AdminVar_bump_version.sql';

0 comments on commit ccf9da1

Please sign in to comment.