Future version 3.0, added CA
This commit is contained in:
parent
26c466804d
commit
e1522f93bb
88 changed files with 5474 additions and 1669 deletions
|
|
@ -47,9 +47,6 @@ SELECT pg_catalog.setval('users_id', 5, true);
|
|||
-- Data for Name: ac_dossier; Type: TABLE DATA; Schema: public; Owner: phpcompta
|
||||
--
|
||||
|
||||
INSERT INTO ac_dossier (dos_id, dos_name, dos_description, dos_jnt_user) VALUES (1, 'Demo', 'Base de données pour développement & démo', 0);
|
||||
|
||||
|
||||
--
|
||||
-- Data for Name: ac_users; Type: TABLE DATA; Schema: public; Owner: phpcompta
|
||||
--
|
||||
|
|
@ -58,14 +55,6 @@ INSERT INTO ac_users (use_id, use_first_name, use_name, use_login, use_active, u
|
|||
INSERT INTO ac_users (use_id, use_first_name, use_name, use_login, use_active, use_pass, use_admin) VALUES (1, NULL, NULL, 'phpcompta', 1, 'b1cc88e1907cde80cb2595fa793b3da9', 1);
|
||||
|
||||
|
||||
--
|
||||
-- Data for Name: jnt_use_dos; Type: TABLE DATA; Schema: public; Owner: phpcompta
|
||||
--
|
||||
|
||||
INSERT INTO jnt_use_dos (jnt_id, use_id, dos_id) VALUES (1, 1, 1);
|
||||
INSERT INTO jnt_use_dos (jnt_id, use_id, dos_id) VALUES (13, 4, 1);
|
||||
|
||||
|
||||
--
|
||||
-- Data for Name: modeledef; Type: TABLE DATA; Schema: public; Owner: phpcompta
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue