diff options
author | thomascube <thomas@roundcube.net> | 2007-09-19 06:55:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-19 06:55:05 +0000 |
commit | 84d06edb06433c980dc7718188fcdd0799b08c09 (patch) | |
tree | cc2efaf45979404a64794ce02c5751b1caba8470 /SQL/mysql.update.sql | |
parent | 4d0413dd899f9407bf44c563924324e56945981f (diff) |
IPv6 Compatability
Diffstat (limited to 'SQL/mysql.update.sql')
-rw-r--r-- | SQL/mysql.update.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 27d45ebad..e904be278 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -12,6 +12,8 @@ ALTER TABLE `messages` ALTER TABLE `identities` ADD `html_signature` tinyint(1) default 0 NOT NULL; +ALTER TABLE `session` CHANGE `ip` `ip` VARCHAR(40) + -- Uncomment these lines if you're using MySQL 4.1 or higher -- ALTER TABLE `users` -- DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci, |