Restructure file , remove html/admin , backup ...

This commit is contained in:
Dany De Bontridder 2015-10-18 23:39:20 +02:00
parent b57df7c0e8
commit 896f3624c7
169 changed files with 48 additions and 54 deletions

View file

@ -0,0 +1,15 @@
BEGIN;
select comptaproc.fiche_attribut_synchro(fd_id) from fiche_def;
DROP TRIGGER t_jnt_fic_attr_ins ON jnt_fic_attr;
CREATE TRIGGER t_jnt_fic_attr_ins
after INSERT
ON jnt_fic_attr
FOR EACH ROW
EXECUTE PROCEDURE comptaproc.jnt_fic_attr_ins();
UPDATE VERSION SET VAL=88;
COMMIT;