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

Explicitly close the cursor

parent 5a32e927
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,7 @@ class DeviceInboxStore(BackgroundUpdateStore):
txn.execute(
"DROP INDEX IF EXISTS device_inbox_stream_id"
)
txn.close()
yield self.runWithConnection(reindex_txn)
......
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