DB/GOs: Correct some templates and add a missing one (WDB)

DB/Auth: Add missed change to auth_base.sql
Also fix file endings in some of hte sqls
This commit is contained in:
Nay
2012-04-05 17:38:13 +01:00
parent 24b699d904
commit d155304f84
5 changed files with 34 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ DROP TABLE IF EXISTS `realmlist`;
CREATE TABLE `realmlist` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL DEFAULT '',
`address` varchar(64) NOT NULL DEFAULT '127.0.0.1',
`address` varchar(255) NOT NULL DEFAULT '127.0.0.1',
`port` smallint(5) unsigned NOT NULL DEFAULT '8085',
`icon` tinyint(3) unsigned NOT NULL DEFAULT '0',
`flag` tinyint(3) unsigned NOT NULL DEFAULT '2',