summary refs log tree commit diff
path: root/synapse/storage/schema
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-05-13 14:40:38 +0100
committerErik Johnston <erik@matrix.org>2016-05-13 14:40:38 +0100
commitc9aff0736c75046b8923057309af91d1bd7a6985 (patch)
treeb6a9a65b9ada51c5a214b02f86b5fd9161b76fe8 /synapse/storage/schema
parentAnnotate the removed indicies with why they were removed. (diff)
downloadsynapse-c9aff0736c75046b8923057309af91d1bd7a6985.tar.xz
Remove topics table
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r--synapse/storage/schema/delta/32/remove_indices.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/32/remove_indices.sql b/synapse/storage/schema/delta/32/remove_indices.sql
index 91eab6d63c..f859be46a6 100644
--- a/synapse/storage/schema/delta/32/remove_indices.sql
+++ b/synapse/storage/schema/delta/32/remove_indices.sql
@@ -35,5 +35,4 @@ DROP INDEX IF EXISTS room_hosts_room_id; -- Prefix of UNIQUE CONSTRAINT
 -- The following indices were unused
 DROP INDEX IF EXISTS remote_media_cache_thumbnails_media_id;
 DROP INDEX IF EXISTS evauth_edges_auth_id;
-DROP INDEX IF EXISTS topics_room_id;
 DROP INDEX IF EXISTS presence_stream_state;