Skip to content
Snippets Groups Projects
Commit 8d710de2 authored by Marcin's avatar Marcin
Browse files

fully deterministic mentions order

parent 0e3c8700
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!306replace old children count
......@@ -30,7 +30,7 @@ BEGIN
)T( id_post, mention, author_id, block_num )
)T( id_post, mention, author_id, block_num ) ON ha.name = T.mention
WHERE ha.id != T.author_id
ORDER BY T.id_post
ORDER BY T.block_num, T.id_post, ha.id
ON CONFLICT DO NOTHING;
END
......
Subproject commit ee534480e5739b75968089859ee3663dfdabb126
Subproject commit a67fd2e56ecf35b254d5f901767802524fe6f39e
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