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