From b262e129642db5a9fef0c734b81394c953cad7aa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 08 Dec 2014 03:19:17 -0500 Subject: [PATCH] Fix import of contacts with multiple email addresses from Google-csv format (#1490178) --- SQL/mysql.initial.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index 4e4833a..f174dc5 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -25,7 +25,7 @@ `created` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', `last_login` datetime DEFAULT NULL, `language` varchar(5), - `preferences` text, + `preferences` longtext, PRIMARY KEY(`user_id`), UNIQUE `username` (`username`, `mail_host`) ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; @@ -209,4 +209,4 @@ /*!40014 SET FOREIGN_KEY_CHECKS=1 */; -INSERT INTO system (name, value) VALUES ('roundcube-version', '2013061000'); +INSERT INTO system (name, value) VALUES ('roundcube-version', '2014042900'); -- Gitblit v1.9.1