diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-13 08:12:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-13 08:12:58 +0000 |
| commit | 3f927eabd6c126c9385834726726e4609d818b82 (patch) | |
| tree | 69b7808924fbbd0469e08052bbad3ed56807507a /roundcubemail/SQL/mysql.update.sql | |
| parent | bf7160c636a33b07a95f87e8e218456844c8d44b (diff) | |
- "TRUNCATE messages" is required to remove buggy cache entries
git-svn-id: https://svn.roundcube.net/trunk@2952 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index f0cac2449..7091f30a0 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -49,3 +49,5 @@ ALTER TABLE `users` ALTER TABLE `messages` ADD INDEX `index_index` (`user_id`, `cache_key`, `idx`); + +TRUNCATE `messages`; |
