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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql
index aaab43f..4cb087e 100644
--- a/SQL/mysql.update.sql
+++ b/SQL/mysql.update.sql
@@ -133,3 +133,8 @@
 
 TRUNCATE TABLE `messages`;
 
+-- 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