Adapt to Postgresl 9

This commit is contained in:
Dany De Bontridder 2018-01-27 18:20:55 +01:00
parent 8c1e344cce
commit c9666486c9
13 changed files with 48 additions and 10632 deletions

View file

@ -1,3 +1,4 @@
set search_path = public, comptaproc,pg_catalog ;
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
@ -5,7 +6,6 @@ SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET search_path = public, pg_catalog;
INSERT INTO action (ac_id, ac_description, ac_module, ac_code) VALUES (800, 'Ajout de fiche', 'fiche', 'FICADD');