diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-04-01 03:08:33 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-04-01 03:09:02 +0100 |
| commit | 00264e45cf7b815061ac6503988506ec454b8360 (patch) | |
| tree | bcc66e079d538cdbfd05076d02ea853f924cd929 /sql/updates | |
| parent | 377c5ce36ea6c606dca7f3d6e865d38add8f81a0 (diff) | |
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)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/2012_04_01_auth_realmlist.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
