summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/postgres.initial.sql
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-24 07:59:10 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-24 07:59:10 +0000
commitd58f0e220aaabec5e91f5b45948cab3958ebb34f (patch)
tree59b89f804c5d576c492bc11c259ab6a60e1f3287 /roundcubemail/SQL/postgres.initial.sql
parent37bb95a5138dab0fcd69b9c721fe12ce3f579ac8 (diff)
- Added index on cache.created + small fixes in mssql DDL script
git-svn-id: https://svn.roundcube.net/trunk@2087 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/postgres.initial.sql')
-rw-r--r--roundcubemail/SQL/postgres.initial.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/SQL/postgres.initial.sql b/roundcubemail/SQL/postgres.initial.sql
index 9fb8d32fb..b5f7779d7 100644
--- a/roundcubemail/SQL/postgres.initial.sql
+++ b/roundcubemail/SQL/postgres.initial.sql
@@ -135,6 +135,7 @@ CREATE TABLE "cache" (
);
CREATE INDEX cache_user_id_idx ON "cache" (user_id, cache_key);
+CREATE INDEX cache_created_idx ON "cache" (created);
--
-- Sequence "message_ids"