fix: faltaba el esquema

This commit is contained in:
Vicent Llopis 2023-03-24 12:29:58 +01:00
parent 4bc24b02f6
commit 871618b122
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ WHERE code IN ('ZKA', 'ZKE');
UPDATE `vn`.`itemType`
SET isFragile = 1
WHERE id IN (SELECT it.id
FROM itemCategory ic
JOIN itemType it ON it.categoryFk = ic.id
FROM `vn`.`itemCategory` ic
JOIN `vn`.`itemType` it ON it.categoryFk = ic.id
WHERE ic.code = 'plant');