mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 16:14:57 -04:00
Stop populating unused table local_invites
. (#7793)
This table is no longer used, so we may as well stop populating it. Removing it would prevent people rolling back to older releases of Synapse, so that can happen in a future release.
This commit is contained in:
parent
67d7756fcf
commit
76dbd7b8d6
5 changed files with 25 additions and 81 deletions
|
@ -213,7 +213,6 @@ class PurgeRoomTestCase(unittest.HomeserverTestCase):
|
|||
"event_push_summary",
|
||||
"pusher_throttle",
|
||||
"group_summary_rooms",
|
||||
"local_invites",
|
||||
"room_account_data",
|
||||
"room_tags",
|
||||
# "state_groups", # Current impl leaves orphaned state groups around.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue