summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/mysql.update.sql
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-09 06:57:39 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-09 06:57:39 +0000
commitc813ba39bbc7e966bec4215baa9387452bfd500d (patch)
treec184ccf7d967c8d34bd2bd5300200457cb6ba9e9 /roundcubemail/SQL/mysql.update.sql
parentf2230873a3f4df87b20bc63350f8e2306d2a34d2 (diff)
- fix add index
git-svn-id: https://svn.roundcube.net/trunk@3341 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
-rw-r--r--roundcubemail/SQL/mysql.update.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql
index 8d86867ce..c4a897903 100644
--- a/roundcubemail/SQL/mysql.update.sql
+++ b/roundcubemail/SQL/mysql.update.sql
@@ -81,6 +81,6 @@ ALTER TABLE `contacts` ALTER `name` SET DEFAULT '';
ALTER TABLE `contacts` ALTER `firstname` SET DEFAULT '';
ALTER TABLE `contacts` ALTER `surname` SET DEFAULT '';
-ALTER TABLE `identities` INDEX `user_identities_index` (`user_id`, `del`);
+ALTER TABLE `identities` ADD INDEX `user_identities_index` (`user_id`, `del`);
/*!40014 SET FOREIGN_KEY_CHECKS=1 */;