Skip to content
Snippets Groups Projects
Commit 872ff95e authored by Erik Johnston's avatar Erik Johnston
Browse files

Default stream_ordering_*_ago to None

parent 22004b52
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ class EventPushActionsWorkerStore(SQLBaseStore):
super(EventPushActionsWorkerStore, self).__init__(db_conn, hs)
# These get correctly set by _find_stream_orderings_for_times_txn
self.stream_ordering_month_ago = 0
self.stream_ordering_day_ago = 0
self.stream_ordering_month_ago = None
self.stream_ordering_day_ago = None
cur = LoggingTransaction(
db_conn.cursor(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment