missing comma in triggers file

parent fac1b73a
...@@ -282,7 +282,7 @@ thisTrigger: BEGIN ...@@ -282,7 +282,7 @@ thisTrigger: BEGIN
DELETE FROM `try` DELETE FROM `try`
WHERE WHERE
end = NULL AND end = NULL AND
id_ws = new.id id_ws = new.id;
END IF; END IF;
END;; END;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment