Code improve
Todo List to finish , allow a empty date
This commit is contained in:
parent
3d89ad3f19
commit
b282f2846b
14 changed files with 123 additions and 70 deletions
|
|
@ -4,6 +4,7 @@ set search_path = public,comptaproc,pg_catalog ;
|
|||
SET statement_timeout = 0;
|
||||
SET lock_timeout = 0;
|
||||
SET idle_in_transaction_session_timeout = 0;
|
||||
SET transaction_timeout = 0;
|
||||
SET client_encoding = 'UTF8';
|
||||
SET standard_conforming_strings = on;
|
||||
SELECT pg_catalog.set_config('search_path', '', false);
|
||||
|
|
@ -14,36 +15,17 @@ SET row_security = off;
|
|||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346174');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346176');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346177');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346178');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346179');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346181');
|
||||
|
||||
|
||||
|
||||
SELECT pg_catalog.lo_create('2346476');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (800, 'Ajout de fiche', 'fiche', 'FICADD');
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (805, 'Création, modification et effacement de fiche', 'fiche', 'FIC');
|
||||
INSERT INTO public.action (ac_id, ac_description, ac_module, ac_code) VALUES (910, 'création, modification et effacement de catégorie de fiche', 'fiche', 'FICCAT');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue