summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/mysql.update.sql
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-06 12:41:05 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-06 12:41:05 +0000
commit739d507303635f99eb5d5e0ef61e61e5cfc71303 (patch)
tree825bac4f7caa84c4f23f9325d77dcdb602f6c4f5 /roundcubemail/SQL/mysql.update.sql
parentc330a482f93f1b528b1797feda98a94e0a301dbe (diff)
- typo
git-svn-id: https://svn.roundcube.net/trunk@3256 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
-rw-r--r--roundcubemail/SQL/mysql.update.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql
index 5ad03d4f6..2e47aeab8 100644
--- a/roundcubemail/SQL/mysql.update.sql
+++ b/roundcubemail/SQL/mysql.update.sql
@@ -61,7 +61,7 @@ ALTER TABLE `contacts`
-- Updates from version 0.3.1
/* MySQL bug workaround: http://bugs.mysql.com/bug.php?id=46293 */
-/*!40014 SET FOREIGN_KEY_CHECKS=0; */
+/*!40014 SET FOREIGN_KEY_CHECKS=0 */;
ALTER TABLE `messages` DROP FOREIGN KEY `user_id_fk_messages`;
ALTER TABLE `cache` DROP FOREIGN KEY `user_id_fk_cache`;
@@ -77,4 +77,4 @@ ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts` FOREIGN KEY (`user_i
ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities` FOREIGN KEY (`user_id`)
REFERENCES `users`(`user_id`) /*!40008 ON DELETE CASCADE ON UPDATE CASCADE */;
-/*!40014 SET FOREIGN_KEY_CHECKS=1; */
+/*!40014 SET FOREIGN_KEY_CHECKS=1 */;