diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-12 07:12:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 07:12:31 -0400 |
commit | 16ef6f1e3c8d0cfe959e4209fd04528658383ab4 (patch) | |
tree | ef57dedc73d4d99444002706689bd12332cd044a /synapse/storage/databases | |
parent | Refactor storing of server keys (#16261) (diff) | |
download | synapse-16ef6f1e3c8d0cfe959e4209fd04528658383ab4.tar.xz |
Stop purging tables which are slated for removal. (#16273)
Diffstat (limited to 'synapse/storage/databases')
-rw-r--r-- | synapse/storage/databases/main/purge_events.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/storage/databases/main/purge_events.py b/synapse/storage/databases/main/purge_events.py index b52f48cf04..dea0e0458c 100644 --- a/synapse/storage/databases/main/purge_events.py +++ b/synapse/storage/databases/main/purge_events.py @@ -450,10 +450,6 @@ class PurgeEventsStore(StateGroupWorkerStore, CacheInvalidationWorkerStore): "e2e_room_keys", "event_push_summary", "pusher_throttle", - "insertion_events", - "insertion_event_extremities", - "insertion_event_edges", - "batch_events", "room_account_data", "room_tags", # "rooms" happens last, to keep the foreign keys in the other tables |