mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-17 15:21:25 +01:00
(Really) fix tablescan of event_push_actions on purge
commit 278d21b5 added new code to avoid the tablescan, but didn't remove the old :/
This commit is contained in:
parent
bf5ef10a93
commit
d1a3325f99
@ -2309,7 +2309,6 @@ class EventsStore(SQLBaseStore):
|
|||||||
"event_edge_hashes",
|
"event_edge_hashes",
|
||||||
"event_edges",
|
"event_edges",
|
||||||
"event_forward_extremities",
|
"event_forward_extremities",
|
||||||
"event_push_actions",
|
|
||||||
"event_reference_hashes",
|
"event_reference_hashes",
|
||||||
"event_search",
|
"event_search",
|
||||||
"event_signatures",
|
"event_signatures",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user