mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
- re-fix (#1486474) + require MySQL 4.0.8 + add index/update in identities table
This commit is contained in:
@@ -56,7 +56,7 @@ CREATE TABLE identities (
|
||||
html_signature tinyint NOT NULL default '0'
|
||||
);
|
||||
|
||||
CREATE INDEX ix_identities_user_id ON identities(user_id);
|
||||
CREATE INDEX ix_identities_user_id ON identities(user_id, del);
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user