Skip to content
Snippets Groups Projects
Commit c6bcd388 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix /purge_room API.

It fails trying to clean the `topic` table which was recently removed.
parent 54fef094
No related branches found
No related tags found
No related merge requests found
...@@ -1838,7 +1838,6 @@ class EventsStore( ...@@ -1838,7 +1838,6 @@ class EventsStore(
"room_stats_earliest_token", "room_stats_earliest_token",
"rooms", "rooms",
"stream_ordering_to_exterm", "stream_ordering_to_exterm",
"topics",
"users_in_public_rooms", "users_in_public_rooms",
"users_who_share_private_rooms", "users_who_share_private_rooms",
# no useful index, but let's clear them anyway # no useful index, but let's clear them anyway
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment