diff options
author | Erik Johnston <erik@matrix.org> | 2016-10-17 11:17:02 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-10-17 11:17:02 +0100 |
commit | b59994b45423d60b44a907e834db7e7702eaa6e2 (patch) | |
tree | f977dc784081fe0f166fb20320c5b775f64c1caf /synapse/storage/schema | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/remove_auth (diff) | |
download | synapse-b59994b45423d60b44a907e834db7e7702eaa6e2.tar.xz |
Remove TODO
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r-- | synapse/storage/schema/delta/36/remove_auth_idx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/storage/schema/delta/36/remove_auth_idx.py b/synapse/storage/schema/delta/36/remove_auth_idx.py index 4be72a86bc..784f3b348f 100644 --- a/synapse/storage/schema/delta/36/remove_auth_idx.py +++ b/synapse/storage/schema/delta/36/remove_auth_idx.py @@ -36,8 +36,6 @@ DROP INDEX IF EXISTS transactions_have_ref; -- and is used incredibly rarely. DROP INDEX IF EXISTS events_order_topo_stream_room; --- TODO: Drop event_auth stuff. - DROP INDEX IF EXISTS event_search_ev_idx; """ |