Merge pull request #2259 from matrix-org/erikj/fix_state_woes

Fix bug where state_group tables got corrupted
This commit is contained in:
Erik Johnston 2017-06-07 17:51:25 +01:00 committed by GitHub
commit c62c480dc6
3 changed files with 24 additions and 10 deletions

View file

@ -239,7 +239,8 @@ class DataStore(RoomMemberStore, RoomStore,
db_conn.cursor(),
name="_find_stream_orderings_for_times_txn",
database_engine=self.database_engine,
after_callbacks=[]
after_callbacks=[],
final_callbacks=[],
)
self._find_stream_orderings_for_times_txn(cur)
cur.close()