Drop the unused local_invites table. (#8979)

This table has been unused since Synapse v1.17.0.
This commit is contained in:
Patrick Cloke 2020-12-29 07:26:29 -05:00 committed by GitHub
parent a802606475
commit d0c3c24eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 1 deletions

View file

@ -1598,7 +1598,6 @@ PURGE_TABLES = [
"event_push_summary",
"pusher_throttle",
"group_summary_rooms",
"local_invites",
"room_account_data",
"room_tags",
# "state_groups", # Current impl leaves orphaned state groups around.