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/sqlite.update.sql | |
parent | aa1b67aabb4393b4eda861217bdedd0f657ecef1 (diff) |
We're on the road towards 0.7 now
Diffstat (limited to 'SQL/sqlite.update.sql')
-rw-r--r-- | SQL/sqlite.update.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/sqlite.update.sql b/SQL/sqlite.update.sql index f7fd168af..0193c7c39 100644 --- a/SQL/sqlite.update.sql +++ b/SQL/sqlite.update.sql @@ -228,7 +228,7 @@ DELETE FROM messages; DELETE FROM cache; CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id); --- Updates from version 0.6-stable +-- Updates from version 0.6 CREATE TABLE dictionary ( user_id integer DEFAULT NULL, |