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/mysql.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/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index 1e8979d87..74ff5330f 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -38,3 +38,6 @@ ALTER TABLE `cache` ALTER TABLE `session` ADD INDEX `changed_index` (`changed`); + +ALTER TABLE `cache` + ADD INDEX `created_index` (`created`); |
