thomascube
2006-09-01 ea206d3d9299ce32996dcd24d49790e36f2b89a2
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);