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

@@ -88,3 +88,4 @@ DROP INDEX users_username_id_idx;
ALTER TABLE users ADD UNIQUE (username, mail_host);
ALTER TABLE contacts ALTER email TYPE varchar(255);
TRUNCATE messages;