Fixup diff

pull/6714/head
Brendan Abolivier 2020-01-16 20:25:09 +00:00
parent 842c2cfbf1
commit dac148341b
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 7 additions and 6 deletions

View File

@ -536,6 +536,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
Deferred[(int, int, str)]:
(stream ordering, topological ordering, event_id)
"""
def _f(txn):
sql = (
"SELECT stream_ordering, topological_ordering, event_id"