From ec6c39776959f2ed6c8f21cd7539e3f4a5f84d93 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 27 Feb 2011 06:41:08 -0500 Subject: [PATCH] Update group identifier in model --- 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