Pull out min stream_ordering from ex_outlier_stream

pull/923/head
Erik Johnston 2016-07-15 10:22:30 +01:00
parent eec9609e96
commit 978fa53cc2
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ class DataStore(RoomMemberStore, RoomStore,
extra_tables=[("local_invites", "stream_id")]
)
self._backfill_id_gen = StreamIdGenerator(
db_conn, "events", "stream_ordering", step=-1
db_conn, "events", "stream_ordering", step=-1,
extra_tables=[("ex_outlier_stream", "event_stream_ordering")]
)
self._receipts_id_gen = StreamIdGenerator(
db_conn, "receipts_linearized", "stream_id"