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:26:17 +01:00
parent 80ecd698f8
commit 6c67462943
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ BEGIN
SET lft = (SELECT lft
FROM ', vTable,
' WHERE id = ?)')
USING vFatherId;
USING vSelfFather;
SELECT lft INTO vLeft FROM tAux;