Skip to content
Snippets Groups Projects
Commit 8a57cc31 authored by Benjamin Saunders's avatar Benjamin Saunders
Browse files

Add missing database corruption recovery case

parent d330d45e
No related branches found
No related tags found
No related merge requests found
...@@ -600,7 +600,8 @@ class EventsStore(SQLBaseStore): ...@@ -600,7 +600,8 @@ class EventsStore(SQLBaseStore):
"rejections", "rejections",
"redactions", "redactions",
"room_memberships", "room_memberships",
"state_events" "state_events",
"topics"
): ):
txn.executemany( txn.executemany(
"DELETE FROM %s WHERE event_id = ?" % (table,), "DELETE FROM %s WHERE event_id = ?" % (table,),
......
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