mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
3 lines
95 B
SQL
3 lines
95 B
SQL
DROP INDEX ix_responses_user_id;
|
|
CREATE INDEX ix_responses_user_id ON responses(user_id, del);
|