thomascube
2007-03-18 43a42dcf405c1667f0f39150ffaa8bbda7d9d1a0
SQL/postgres.initial.sql
@@ -69,7 +69,8 @@
    email character varying(128) NOT NULL,
    "reply-to" character varying(128),
    bcc character varying(128),
    signature text
    signature text,
    html_signature integer DEFAULT 0 NOT NULL
);
@@ -163,6 +164,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 (user_id, cache_key, uid);