SQL: Adjust rollup filename and change address length to 255 according to RFC 1035

This commit is contained in:
leak
2012-04-04 17:58:17 +02:00
parent 0447ddacef
commit e359bfef1b
2 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `realmlist` CHANGE `address` `address` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '127.0.0.1';