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