mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-22 00:24:36 -04:00
Merge pull request #2259 from matrix-org/erikj/fix_state_woes
Fix bug where state_group tables got corrupted
This commit is contained in:
commit
c62c480dc6
3 changed files with 24 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue