missing comma in triggers file

parent fac1b73a
......@@ -282,7 +282,7 @@ thisTrigger: BEGIN
DELETE FROM `try`
WHERE
end = NULL AND
id_ws = new.id
id_ws = new.id;
END IF;
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