mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 08:53:51 +01:00
Remove topics table
This commit is contained in:
parent
9295fa30a8
commit
c9aff0736c
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue