From 1036f81edf2e23fe0052e5a8ba8002a8adcc4f9a Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 11 Apr 2011 07:00:30 -0400 Subject: [PATCH] - Fix so 1024 bytes is displayed as 1KB, the same for MB and GB --- 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