Skip to content
Snippets Groups Projects
Commit 0602541c authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Fix in update_child_count, there were two cols returned instead one

parent 0d19f933
No related branches found
No related tags found
5 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!16Dk issue 3 concurrent block query rebase,!15Dk issue 3 concurrent block query
......@@ -264,7 +264,7 @@ class Posts:
hive_posts
SET
children = (
SELECT children,
SELECT
CASE
WHEN children=NULL THEN 0
WHEN children=32762 THEN 0
......
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