Skip to content

Commit d8e58ee

Browse files
authored
Fix default database version (#4737)
1 parent ac84e26 commit d8e58ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ CREATE TABLE IF NOT EXISTS `towns` (
391391
UNIQUE KEY `name` (`name`)
392392
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
393393

394-
INSERT INTO `server_config` (`config`, `value`) VALUES ('db_version', '36'), ('players_record', '0');
394+
INSERT INTO `server_config` (`config`, `value`) VALUES ('db_version', '37'), ('players_record', '0');
395395

396396
DROP TRIGGER IF EXISTS `ondelete_players`;
397397
DROP TRIGGER IF EXISTS `oncreate_guilds`;

0 commit comments

Comments
 (0)