summary refs log tree commit diff
path: root/synapse/storage/schema
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-10-17 11:17:02 +0100
committerErik Johnston <erik@matrix.org>2016-10-17 11:17:02 +0100
commitb59994b45423d60b44a907e834db7e7702eaa6e2 (patch)
treef977dc784081fe0f166fb20320c5b775f64c1caf /synapse/storage/schema
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/remove_auth (diff)
downloadsynapse-b59994b45423d60b44a907e834db7e7702eaa6e2.tar.xz
Remove TODO
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r--synapse/storage/schema/delta/36/remove_auth_idx.py2
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;
 """