diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-24 07:59:10 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-24 07:59:10 +0000 |
| commit | d58f0e220aaabec5e91f5b45948cab3958ebb34f (patch) | |
| tree | 59b89f804c5d576c492bc11c259ab6a60e1f3287 /roundcubemail/SQL/postgres.update.sql | |
| parent | 37bb95a5138dab0fcd69b9c721fe12ce3f579ac8 (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.update.sql')
| -rw-r--r-- | roundcubemail/SQL/postgres.update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/SQL/postgres.update.sql b/roundcubemail/SQL/postgres.update.sql index 6832b962f..14fdc9753 100644 --- a/roundcubemail/SQL/postgres.update.sql +++ b/roundcubemail/SQL/postgres.update.sql @@ -27,3 +27,4 @@ CREATE INDEX messages_created_idx ON messages (created); ALTER TABLE cache DROP session_id; CREATE INDEX session_changed_idx ON session (changed); +CREATE INDEX cache_created_idx ON "cache" (created); |
