mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Default stream_ordering_*_ago to None
This commit is contained in:
parent
22004b524e
commit
872ff95ed4
@ -68,8 +68,8 @@ class EventPushActionsWorkerStore(SQLBaseStore):
|
|||||||
super(EventPushActionsWorkerStore, self).__init__(db_conn, hs)
|
super(EventPushActionsWorkerStore, self).__init__(db_conn, hs)
|
||||||
|
|
||||||
# These get correctly set by _find_stream_orderings_for_times_txn
|
# These get correctly set by _find_stream_orderings_for_times_txn
|
||||||
self.stream_ordering_month_ago = 0
|
self.stream_ordering_month_ago = None
|
||||||
self.stream_ordering_day_ago = 0
|
self.stream_ordering_day_ago = None
|
||||||
|
|
||||||
cur = LoggingTransaction(
|
cur = LoggingTransaction(
|
||||||
db_conn.cursor(),
|
db_conn.cursor(),
|
||||||
|
Loading…
Reference in New Issue
Block a user