1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Extend comment

This commit is contained in:
Erik Johnston 2017-07-20 16:16:29 +01:00
parent d7d24750be
commit 60a9a49f83

View file

@ -262,7 +262,8 @@ class Porter(object):
return
if table == "user_directory_stream_pos":
# We need to make sure there is a single row, `(X, null)`
# We need to make sure there is a single row, `(X, null), as that is
# what synapse expects to be there.
yield self.postgres_store._simple_insert(
table=table,
values={"stream_id": None},