Pre-configured hexid.

This commit is contained in:
mobius
2015-01-01 23:32:29 +00:00
parent a6983133c3
commit 2e66502687
2 changed files with 7 additions and 1 deletions

View File

@@ -3,4 +3,6 @@ CREATE TABLE IF NOT EXISTS `gameservers` (
`hexid` varchar(50) NOT NULL DEFAULT '',
`host` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `gameservers` VALUES ('14', '-2ad66b3f483c22be097019f55c8abdf0', '');