From 00264e45cf7b815061ac6503988506ec454b8360 Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 1 Apr 2012 03:08:33 +0100 Subject: DB/Auth: Increase realmlist.address size to 64 (varchar) You might want to verify if the previous size did not truncate your address (it was 15) --- sql/updates/auth/2012_04_01_auth_realmlist.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2012_04_01_auth_realmlist.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/2012_04_01_auth_realmlist.sql b/sql/updates/auth/2012_04_01_auth_realmlist.sql new file mode 100644 index 00000000000..e2e1efaf993 --- /dev/null +++ b/sql/updates/auth/2012_04_01_auth_realmlist.sql @@ -0,0 +1 @@ +ALTER TABLE `realmlist` CHANGE `address` `address` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '127.0.0.1'; -- cgit v1.2.3