diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-05 10:39:44 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-05 10:40:08 +0100 |
commit | f0fa66f495914ce3de852d498fecf9891fde118d (patch) | |
tree | 1024dc43f9a5b8618c438098e50b28ee5e286425 /synapse/storage/events.py | |
parent | Fallback to /state/ on both 400 and 404 (diff) | |
download | synapse-f0fa66f495914ce3de852d498fecf9891fde118d.tar.xz |
Delete more tables
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r-- | synapse/storage/events.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py index 643c3aed2a..e4dbaa3547 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.py @@ -592,6 +592,11 @@ class EventsStore(SQLBaseStore): "event_search", "event_signatures", "event_to_state_groups", + "guest_access", + "history_visibility", + "local_invites", + "room_names", + "state_events", "rejections", "redactions", "room_memberships", |