mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-28 07:55:07 +00:00
3 lines
98 B
SQL
3 lines
98 B
SQL
DROP INDEX responses_user_id_idx;
|
|
CREATE INDEX responses_user_id_idx ON responses (user_id, del);
|