Skip to content
Snippets Groups Projects
Commit 86896408 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add index to event_push_actions

parent d685ae73
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,4 @@ CREATE TABLE IF NOT EXISTS event_push_actions(
CREATE INDEX event_push_actions_room_id_event_id_user_id_profile_tag on event_push_actions(room_id, event_id, user_id, profile_tag);
CREATE INDEX event_push_actions_room_id_user_id on event_push_actions(room_id, user_id);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment