From 549e4aba934cea4310cbf356cd87b301b10c9b4c Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 01 Mar 2011 15:30:25 -0500 Subject: [PATCH] - pl_PL localization update --- 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