From 6b79f7b57a51141dbef44011cdf0ebacf5f74c8c Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 26 Sep 2007 11:13:22 -0400 Subject: [PATCH] Set default IMAP folder delimiter; make sure is not empty --- SQL/postgres.update.sql | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index 6ca855e..8f70548 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -3,5 +3,7 @@ ALTER TABLE "messages" DROP body; ALTER TABLE "messages" ADD structure TEXT; -ALTER TABLE "messages" ADD UNIQUE (cache_key, uid); +ALTER TABLE "messages" ADD UNIQUE (user_id, cache_key, uid); + +ALTER TABLE "identities" ADD html_signature integer DEFAULT 0 NOT NULL; -- Gitblit v1.9.1