summaryrefslogtreecommitdiff
path: root/SQL/postgres.update.sql
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-08-11 07:17:28 +0000
committeralecpl <alec@alec.pl>2011-08-11 07:17:28 +0000
commit83b20a3b497f84c521db1856b73fd8d383195b60 (patch)
treee611f11ad80056bd5c72a62e8062358cee91f370 /SQL/postgres.update.sql
parent31737295b829837e9399e7672ebc2725ddc83815 (diff)
- Change version number 0.5.2 -> 0.5.X to not confuse users
Diffstat (limited to 'SQL/postgres.update.sql')
-rw-r--r--SQL/postgres.update.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql
index d86e56c38..d1bf824c3 100644
--- a/SQL/postgres.update.sql
+++ b/SQL/postgres.update.sql
@@ -90,7 +90,7 @@ ALTER TABLE contacts ALTER email TYPE varchar(255);
TRUNCATE messages;
--- Updates from version 0.5.2
+-- Updates from version 0.5.X
ALTER TABLE contacts ADD words TEXT NULL;
CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id);