Finalized new message parsing. Attention: changes in database schema

This commit is contained in:
thomascube
2006-08-25 11:51:11 +00:00
parent 5f56a5bfa9
commit f7bfec96be
15 changed files with 351 additions and 317 deletions

View File

@@ -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);