refactor: refs #6499 Minor changes
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
6c67462943
commit
b9c5930f68
|
@ -36,7 +36,7 @@ BEGIN
|
||||||
EXECUTE IMMEDIATE CONCAT(
|
EXECUTE IMMEDIATE CONCAT(
|
||||||
'INSERT INTO ', vTable, ' (name, lft, rgt)
|
'INSERT INTO ', vTable, ' (name, lft, rgt)
|
||||||
VALUES(?, ? + 1, ? + 2)')
|
VALUES(?, ? + 1, ? + 2)')
|
||||||
USING vChild,
|
USING vName,
|
||||||
vLeft,
|
vLeft,
|
||||||
vLeft;
|
vLeft;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue