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

@@ -131,3 +131,5 @@ ALTER TABLE `users` ADD UNIQUE `username` (`username`, `mail_host`);
ALTER TABLE `contacts` MODIFY `email` varchar(255) NOT NULL;
TRUNCATE TABLE `messages`;