diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-04-08 21:50:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 21:50:18 +0100 |
commit | 3352baac4b03f3414e0a006b9413b65454d1fe91 (patch) | |
tree | 4451766a2aede34f80f53c49eeb9636edbe2a427 /synapse/storage/schema/delta | |
parent | add context to phonehome stats (#5020) (diff) | |
download | synapse-3352baac4b03f3414e0a006b9413b65454d1fe91.tar.xz |
Remove unused server_tls_certificates functions (#5028)
These have been unused since #4120, and with the demise of perspectives, it is unlikely that they will ever be used again.
Diffstat (limited to 'synapse/storage/schema/delta')
-rw-r--r-- | synapse/storage/schema/delta/54/drop_legacy_tables.sql | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/storage/schema/delta/54/drop_legacy_tables.sql b/synapse/storage/schema/delta/54/drop_legacy_tables.sql index 77b39dc2d2..ecca005d9b 100644 --- a/synapse/storage/schema/delta/54/drop_legacy_tables.sql +++ b/synapse/storage/schema/delta/54/drop_legacy_tables.sql @@ -24,7 +24,5 @@ DROP TABLE IF EXISTS event_edge_hashes; DROP TABLE IF EXISTS event_signatures; DROP TABLE IF EXISTS feedback; DROP TABLE IF EXISTS room_hosts; +DROP TABLE IF EXISTS server_tls_certificates; DROP TABLE IF EXISTS state_forward_extremities; - - - |