mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-20 23:07:01 +01:00
Clear message cache table when upgrading
This commit is contained in:
@@ -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`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user