summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-04-03 16:11:02 +0100
committerNeil Johnson <neil@matrix.org>2019-04-03 16:11:02 +0100
commitaeb6596a57e333a0ef3015cc8480b4c72b79d961 (patch)
treeab41cdaf5c0d18f930826bbbb9fb0f84f7606c27 /scripts
parentMerge branch 'develop' into neilj/drop_tables_in_1830 (diff)
downloadsynapse-aeb6596a57e333a0ef3015cc8480b4c72b79d961.tar.xz
remove unused legacy tables
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/synapse_port_db5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db
index 2fa01d1a18..49feb1730c 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",