PHPUNIT : fiche adapt to Postgresql 10.0
This commit is contained in:
parent
6e96c8a9d5
commit
07f215d0ee
2 changed files with 3 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ LANGUAGE plpgsql;
|
|||
|
||||
create trigger fiche_detail_check_trg before update or insert
|
||||
on
|
||||
public.fiche_detail for each row execute function comptaproc.fiche_detail_check() ;
|
||||
public.fiche_detail for each row execute procedure comptaproc.fiche_detail_check() ;
|
||||
|
||||
|
||||
insert into version (val,v_description) values (166,'Fix bug for card with empty name or quickcode');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue