mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove topics table
This commit is contained in:
parent
9295fa30a8
commit
c9aff0736c
@ -35,5 +35,4 @@ DROP INDEX IF EXISTS room_hosts_room_id; -- Prefix of UNIQUE CONSTRAINT
|
|||||||
-- The following indices were unused
|
-- The following indices were unused
|
||||||
DROP INDEX IF EXISTS remote_media_cache_thumbnails_media_id;
|
DROP INDEX IF EXISTS remote_media_cache_thumbnails_media_id;
|
||||||
DROP INDEX IF EXISTS evauth_edges_auth_id;
|
DROP INDEX IF EXISTS evauth_edges_auth_id;
|
||||||
DROP INDEX IF EXISTS topics_room_id;
|
|
||||||
DROP INDEX IF EXISTS presence_stream_state;
|
DROP INDEX IF EXISTS presence_stream_state;
|
||||||
|
Loading…
Reference in New Issue
Block a user