mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
Delete more tables
This commit is contained in:
parent
1515d1b581
commit
f0fa66f495
1 changed files with 5 additions and 0 deletions
|
@ -592,6 +592,11 @@ class EventsStore(SQLBaseStore):
|
||||||
"event_search",
|
"event_search",
|
||||||
"event_signatures",
|
"event_signatures",
|
||||||
"event_to_state_groups",
|
"event_to_state_groups",
|
||||||
|
"guest_access",
|
||||||
|
"history_visibility",
|
||||||
|
"local_invites",
|
||||||
|
"room_names",
|
||||||
|
"state_events",
|
||||||
"rejections",
|
"rejections",
|
||||||
"redactions",
|
"redactions",
|
||||||
"room_memberships",
|
"room_memberships",
|
||||||
|
|
Loading…
Add table
Reference in a new issue