Skip to content

Commit

Permalink
5077 - revert statements to valid SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed May 20, 2024
1 parent c86f318 commit 862fefb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ private function whenDimensionShineThroughWasAdded(DimensionShineThroughWasAdded
succeedingnodeaggregateid,
shortcuttarget,
nodetypename,
isplaceholder,
isplaceholder
)
SELECT
nodeaggregateid,
Expand All @@ -998,7 +998,7 @@ private function whenDimensionShineThroughWasAdded(DimensionShineThroughWasAdded
succeedingnodeaggregateid,
shortcuttarget,
nodetypename,
isplaceholder,
isplaceholder
FROM
' . $this->tableNamePrefix . '_uri
WHERE
Expand Down

0 comments on commit 862fefb

Please sign in to comment.