refactor: refs #6499 Minor changes
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-02-28 08:29:12 +01:00
parent 6c67462943
commit b9c5930f68
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ BEGIN
EXECUTE IMMEDIATE CONCAT(
'INSERT INTO ', vTable, ' (name, lft, rgt)
VALUES(?, ? + 1, ? + 2)')
USING vChild,
USING vName,
vLeft,
vLeft;