diff options
author | Neil Johnson <neil@matrix.org> | 2019-04-08 15:37:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 15:37:26 +0100 |
commit | 2d951686a71fd0c8b927d96fa183747ff2982bf9 (patch) | |
tree | 126fa291fe4baed6a91f1a7816d068edb7f4b00d /scripts | |
parent | Merge pull request #5001 from matrix-org/rav/keyring_cleanups (diff) | |
download | synapse-2d951686a71fd0c8b927d96fa183747ff2982bf9.tar.xz |
drop tables listed in #1830 (#4992)
Tables dropped: * application_services, * application_services_regex, * transaction_id_to_pdu, * stats_reporting * current_state_resets * event_content_hashes * event_destinations * event_edge_hashes * event_signatures * feedback * room_hosts * state_forward_extremities
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synapse_port_db | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 3de394b035..41be9c9220 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -58,15 +58,11 @@ BOOLEAN_COLUMNS = { APPEND_ONLY_TABLES = [ - "event_content_hashes", "event_reference_hashes", - "event_signatures", - "event_edge_hashes", "events", "event_json", "state_events", "room_memberships", - "feedback", "topics", "room_names", "rooms", @@ -88,7 +84,6 @@ APPEND_ONLY_TABLES = [ "event_search", "presence_stream", "push_rules_stream", - "current_state_resets", "ex_outlier_stream", "cache_invalidation_stream", "public_room_list_stream", |