From 7835e2ded87f6ac69f6ea22ed995ad3ab8d2781d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 27 Feb 2011 08:55:43 -0500 Subject: [PATCH] Fixed de_CH Localization bugs (#1487773) --- SQL/mysql.update.sql | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index f6c8d78..4cb087e 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -133,6 +133,8 @@ TRUNCATE TABLE `messages`; --- Updates from version 0.5.* +-- Updates from version 0.5.1 ALTER TABLE `contacts` ADD `words` TEXT NULL AFTER `vcard`; +ALTER TABLE `contactgroupmembers` ADD INDEX `contactgroupmembers_contact_index` (`contact_id`); + \ No newline at end of file -- Gitblit v1.9.1