From f202a7e8b17c5284daf554c2de91a1ec68c76da0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <machniak@kolabsys.com> Date: Fri, 25 Oct 2013 14:14:53 -0400 Subject: [PATCH] Fixed status icon in messages list header, fixed position of flag icon --- SQL/sqlite.initial.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SQL/sqlite.initial.sql b/SQL/sqlite.initial.sql index 28a4368..e7f74dd 100644 --- a/SQL/sqlite.initial.sql +++ b/SQL/sqlite.initial.sql @@ -126,7 +126,7 @@ user_id integer NOT NULL default 0, cache_key varchar(128) NOT NULL default '', created datetime NOT NULL default '0000-00-00 00:00:00', - expires datetime DEFAULT NOT, + expires datetime DEFAULT NULL, data text NOT NULL ); -- Gitblit v1.9.1