Skip to content

Commit

Permalink
4993 - Adjust descendant hierarchy join
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed May 6, 2024
1 parent 097918f commit 1454588
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ private function moveSubtreeTags(
JOIN ' . $this->getTableNamePrefix() . '_hierarchyrelation dh
ON
dh.parentnodeanchor = cte.childnodeanchor
WHERE
dh.contentstreamid = :contentStreamId
AND dh.contentstreamid = :contentStreamId
AND dh.dimensionspacepointhash = :dimensionSpacePointHash
)
SELECT * FROM cte
Expand Down

0 comments on commit 1454588

Please sign in to comment.