Clear message cache table when upgrading

This commit is contained in:
thomascube
2011-01-26 11:53:18 +00:00
parent a4b0885862
commit cdb8b96e31
3 changed files with 5 additions and 0 deletions

View File

@@ -180,3 +180,5 @@ INSERT INTO contacts (contact_id, user_id, changed, del, name, email, firstname,
CREATE INDEX ix_contacts_user_id ON contacts(user_id, email);
DROP TABLE contacts_tmp;
DELETE FROM messages;