From 73d6b2a6b07cdf43c3d2bf6f835ad1af7f7bd401 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 25 Apr 2011 05:18:57 -0400 Subject: [PATCH] Fix return value of affected_rows() --- 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