mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 13:05:08 -04:00
Add index to event_push_actions
This commit is contained in:
parent
d685ae73b4
commit
86896408b0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue