Bug SQL script : missing comma
This commit is contained in:
parent
1bca89a03c
commit
a30cd690f4
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ CREATE TRIGGER remove_action_gestion
|
|||
AFTER DELETE
|
||||
ON fiche
|
||||
FOR EACH ROW
|
||||
EXECUTE PROCEDURE comptaproc.card_after_delete()
|
||||
EXECUTE PROCEDURE comptaproc.card_after_delete();
|
||||
|
||||
update version set val=92;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue