From 12c7e7b88c581c3cf8e07a85d587a6add927d750 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 25 Aug 2006 11:51:11 +0000 Subject: Finalized new message parsing. Attention: changes in database schema git-svn-id: https://svn.roundcube.net/trunk@325 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/SQL/sqlite.initial.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/SQL/sqlite.initial.sql') diff --git a/roundcubemail/SQL/sqlite.initial.sql b/roundcubemail/SQL/sqlite.initial.sql index ae16a31d8..4ddc40d5d 100644 --- a/roundcubemail/SQL/sqlite.initial.sql +++ b/roundcubemail/SQL/sqlite.initial.sql @@ -1,5 +1,5 @@ -- RoundCube Webmail initial database structure --- Version 0.1a +-- Version 0.1-beta2 -- -- -------------------------------------------------------- @@ -118,7 +118,7 @@ CREATE TABLE messages ( date datetime NOT NULL default '0000-00-00 00:00:00', size integer NOT NULL default '0', headers text NOT NULL, - body text + structure text ); CREATE INDEX ix_messages_user_id ON messages(user_id); -- cgit v1.2.3