diff options
author | thomascube <thomas@roundcube.net> | 2011-09-29 07:00:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-09-29 07:00:34 +0000 |
commit | 502436dad02293899fb41a8bd9179f1449236136 (patch) | |
tree | e5c05a3e4a3e8f00af6f066115f166d485ad5faa /SQL/postgres.update.sql | |
parent | aa1b67aabb4393b4eda861217bdedd0f657ecef1 (diff) |
We're on the road towards 0.7 now
Diffstat (limited to 'SQL/postgres.update.sql')
-rw-r--r-- | SQL/postgres.update.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index 7e650af7a..2935cd483 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -101,7 +101,7 @@ CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_ TRUNCATE messages; TRUNCATE cache; --- Updates from version 0.6-stable +-- Updates from version 0.6 CREATE TABLE dictionary ( user_id integer DEFAULT NULL |