From 93a88c95b7415206b0c8d742f8914c7ecc193e11 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 23 Sep 2009 15:01:53 -0400 Subject: [PATCH] - Prevent from setting INBOX as any of special folders (#1486114) --- SQL/mysql.initial.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index 75b6d63..1bc8884 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -10,7 +10,7 @@ `created` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', `ip` varchar(40) NOT NULL, - `vars` text NOT NULL, + `vars` mediumtext NOT NULL, PRIMARY KEY(`sess_id`), INDEX `changed_index` (`changed`) ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; -- Gitblit v1.9.1