Import Ruty
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DROP INDEX ix_responses_user_id;
|
||||
CREATE INDEX ix_responses_user_id ON responses(user_id, del);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
DROP INDEX ix_responses_user_id;
|
||||
CREATE INDEX ix_responses_user_id ON responses(user_id, del);
|
||||