This commit is contained in:
Thastertyn 2024-03-07 22:44:52 +01:00
parent 633955d95f
commit 1aca8888d2

View File

@ -142,6 +142,6 @@ begin
from product p from product p
where p.id = new.product_id where p.id = new.product_id
); );
END; end;
// //
DELIMITER ; delimiter;