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

Extend comment

parent d7d24750
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
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