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