From 95609c48f5f51a2a662d2b77d55aad6fae73a112 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 12 Jun 2007 15:05:59 -0400 Subject: [PATCH] Minor bugfixes reported on the dev-list --- SQL/mysql.initial.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index f49fd70..4a92734 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -1,5 +1,5 @@ -- RoundCube Webmail initial database structure --- Version 0.1-beta2 +-- Version 0.1-rc1 -- -- -------------------------------------------------------- @@ -122,7 +122,7 @@ KEY `user_id` (`user_id`), KEY `idx` (`idx`), KEY `uid` (`uid`), - UNIQUE `uniqueness` (`cache_key`, `uid`) + UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`) ); -- Gitblit v1.9.1