Fix automatic db updates; trigger contact indexing after upgrade

This commit is contained in:
thomascube
2011-08-14 19:02:33 +00:00
parent 782d8593bd
commit faf10e8fec
6 changed files with 22 additions and 5 deletions

View File

@@ -183,7 +183,10 @@ DROP TABLE contacts_tmp;
DELETE FROM messages;
-- Updates from version 0.5.X
-- Updates from version 0.5.1
-- Updates from version 0.5.2
-- Updates from version 0.5.3
-- Updates from version 0.5.4
CREATE TABLE contacts_tmp (
contact_id integer NOT NULL PRIMARY KEY,