Skip to content

Commit

Permalink
Merge pull request #6 from i-am-fyre/fix_db_version
Browse files Browse the repository at this point in the history
Incorrect db_version on database load
  • Loading branch information
billy1arm committed Jan 8, 2024
2 parents dc12843 + 57a3602 commit 413ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/realmdLoadDB.sql
Expand Up @@ -38,7 +38,7 @@ CREATE TABLE `db_version` (
LOCK TABLES `db_version` WRITE;
/*!40000 ALTER TABLE `db_version` DISABLE KEYS */;
INSERT INTO `db_version`(`version`,`structure`,`content`,`description`,`comment`) VALUES
(21,2,1,'Add_field_comments','Base Database from 20150409 to Rel21_2_1');
(22,1,1,'Release 22','Release 22');
/*!40000 ALTER TABLE `db_version` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 413ef9f

Please sign in to comment.