This commit is contained in:
parent
5d876deff5
commit
8542f1fae5
|
@ -1,5 +1,5 @@
|
|||
DELIMITER $$
|
||||
CREATE OR REPLACE DEFINER=`root`@`localhost` TRIGGER `vn`.`budgetNotes_BeforeInsert`
|
||||
CREATE OR REPLACE DEFINER=`root`@`localhost` TRIGGER `vn`.`budgetNotes_beforeInsert`
|
||||
BEFORE INSERT ON `budgetNotes`
|
||||
FOR EACH ROW
|
||||
BEGIN
|
Loading…
Reference in New Issue