From 7dad5945a0c70bc8388a6bd818f464ce5140079c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 20 Jun 2012 05:59:14 -0400 Subject: [PATCH] Better icons with distinct shapes for priority columns (#1488377); fix overflow in decorated drop-downs --- 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 f66bb1e..b0a7ee7 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -101,7 +101,7 @@ `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', `del` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(128) NOT NULL DEFAULT '', - `email` text NOT NULL DEFAULT '', + `email` text NOT NULL, `firstname` varchar(128) NOT NULL DEFAULT '', `surname` varchar(128) NOT NULL DEFAULT '', `vcard` longtext NULL, -- Gitblit v1.9.1