master #2823

Merged
robert merged 14 commits from master into test 2024-08-01 05:05:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 892a0ef960 - Show all commits

View File

@ -110,7 +110,7 @@ BEGIN
UPDATE itemShelving
SET isSplit = TRUE
WHERE shelvingFk = vShelvingFk;
WHERE shelvingFk = vShelvingFk COLLATE utf8_general_ci;
END LOOP;
CLOSE cur;
END$$