itemTag trigger
This commit is contained in:
parent
8b3af8851c
commit
975e158ebb
|
@ -11,7 +11,7 @@ trig: BEGIN
|
|||
|
||||
DROP TEMPORARY TABLE IF EXISTS tmp.item;
|
||||
CREATE TEMPORARY TABLE tmp.item
|
||||
SELECT vItem id;
|
||||
SELECT NEW.itemFk id;
|
||||
|
||||
CALL item_refreshTags();
|
||||
DROP TEMPORARY TABLE tmp.item;
|
||||
|
|
Loading…
Reference in New Issue