summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/mysql.update-0.1a.sql
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-09-19 06:55:05 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-09-19 06:55:05 +0000
commitb43e04dabc63cf87c2543243159cc50beaa97114 (patch)
tree4ee12845bab9f4911609b5b267370f7fd2100c27 /roundcubemail/SQL/mysql.update-0.1a.sql
parent5fc97585f3fad42240b6edbcc77f83d21292d2b3 (diff)
IPv6 Compatability
git-svn-id: https://svn.roundcube.net/trunk@803 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update-0.1a.sql')
-rw-r--r--roundcubemail/SQL/mysql.update-0.1a.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql.update-0.1a.sql b/roundcubemail/SQL/mysql.update-0.1a.sql
index 054814af5..60f22b3d6 100644
--- a/roundcubemail/SQL/mysql.update-0.1a.sql
+++ b/roundcubemail/SQL/mysql.update-0.1a.sql
@@ -2,7 +2,7 @@
-- Updates from version 0.1-20051007
-ALTER TABLE `session` ADD `ip` VARCHAR(15) NOT NULL AFTER changed;
+ALTER TABLE `session` ADD `ip` VARCHAR(40) NOT NULL AFTER changed;
ALTER TABLE `users` ADD `alias` VARCHAR(128) NOT NULL AFTER mail_host;