Skip to content

Commit

Permalink
Updated schema versions in moddb scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsperhac committed Apr 20, 2017
1 parent c74ceb9 commit b3d5a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion db/data/moddb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

INSERT INTO `schema_version_history` VALUES ('moddb', '6.6.0', NOW(), 'created', 'N/A');
INSERT INTO `schema_version_history` VALUES ('moddb', '6.7.0', NOW(), 'created', 'N/A');
2 changes: 2 additions & 0 deletions db/migrations/6.6.0-6.7.0/moddb.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DROP TABLE IF EXISTS `Glossary`;

DROP TABLE IF EXISTS `GlossaryAliases`;

INSERT INTO `schema_version_history` VALUES ('moddb', '6.7.0', NOW(), 'upgraded', 'N/A');

0 comments on commit b3d5a50

Please sign in to comment.