mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Finalized new message parsing. Attention: changes in database schema
This commit is contained in:
@@ -163,6 +163,7 @@ CREATE TABLE "messages" (
|
||||
date timestamp with time zone NOT NULL,
|
||||
size integer DEFAULT 0 NOT NULL,
|
||||
headers text NOT NULL,
|
||||
body text
|
||||
structure text
|
||||
);
|
||||
|
||||
ALTER TABLE "messages" ADD UNIQUE (cache_key, uid);
|
||||
|
||||
Reference in New Issue
Block a user