thomascube
2006-09-07 e170b4b7f85767703293116c95d9e02020b1c99a
SQL/postgres.initial.sql
@@ -163,6 +163,7 @@
    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);