From 02182cb3ea45aee754221a84cfc193f8197b915e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 26 Feb 2005 15:40:41 +0000 Subject: [PATCH] Fix SQL --- html/admin/sql/account_repository/data.sql | 3 --- html/admin/sql/account_repository/schema.sql | 2 -- html/admin/sql/dossier1/data.sql | 24 -------------------- html/admin/sql/mod1/schema.sql | 5 ---- 4 files changed, 34 deletions(-) diff --git a/html/admin/sql/account_repository/data.sql b/html/admin/sql/account_repository/data.sql index 0d182b221..e95a15050 100644 --- a/html/admin/sql/account_repository/data.sql +++ b/html/admin/sql/account_repository/data.sql @@ -74,9 +74,6 @@ INSERT INTO theme (the_name, the_filestyle, the_filebutton) VALUES ('Light', 'st -- INSERT INTO modeledef (mod_id, mod_name, mod_desc) VALUES (1, '(BE) Basique', 'Comptabilité Belge, tout doit être adaptée'); -INSERT INTO modeledef (mod_id, mod_name, mod_desc) VALUES (3, 'Alchimerys', 'Comptabilité Production'); -INSERT INTO modeledef (mod_id, mod_name, mod_desc) VALUES (7, 'Nouveay', ''); -INSERT INTO modeledef (mod_id, mod_name, mod_desc) VALUES (10, 'Test', ''); -- diff --git a/html/admin/sql/account_repository/schema.sql b/html/admin/sql/account_repository/schema.sql index 0fb0c7c80..05224fadb 100644 --- a/html/admin/sql/account_repository/schema.sql +++ b/html/admin/sql/account_repository/schema.sql @@ -1,5 +1,3 @@ -\connect - phpcompta -SET search_path = public, pg_catalog; CREATE SEQUENCE users_id START 1 INCREMENT 1 diff --git a/html/admin/sql/dossier1/data.sql b/html/admin/sql/dossier1/data.sql index 55aaf5570..244ee1ce1 100644 --- a/html/admin/sql/dossier1/data.sql +++ b/html/admin/sql/dossier1/data.sql @@ -593,33 +593,9 @@ INSERT INTO user_pref (pref_user, pref_periode) VALUES ('dany', 30); INSERT INTO user_pref (pref_user, pref_periode) VALUES ('phpcompta', 1); --- --- Data for TOC entry 31 (OID 39877) --- Name: formdef; Type: TABLE DATA; Schema: public; Owner: phpcompta --- --- --- Data for TOC entry 32 (OID 39883) --- Name: form; Type: TABLE DATA; Schema: public; Owner: phpcompta --- - - - --- --- Data for TOC entry 33 (OID 39893) --- Name: centralized; Type: TABLE DATA; Schema: public; Owner: phpcompta --- - - - - --- --- Data for TOC entry 28 (OID 39846) --- Name: jrn_def; Type: TABLE DATA; Schema: public; Owner: phpcompta --- - INSERT INTO jrn_def (jrn_def_id, jrn_def_name, jrn_def_class_deb, jrn_def_class_cred, jrn_def_fiche_deb, jrn_def_fiche_cred, jrn_deb_max_line, jrn_cred_max_line, jrn_def_ech, jrn_def_ech_lib, jrn_def_type, jrn_def_code) VALUES (4, 'Opération Diverses', NULL, NULL, NULL, NULL, 5, 5, false, NULL, 'OD ', 'OD-01'); INSERT INTO jrn_def (jrn_def_id, jrn_def_name, jrn_def_class_deb, jrn_def_class_cred, jrn_def_fiche_deb, jrn_def_fiche_cred, jrn_deb_max_line, jrn_cred_max_line, jrn_def_ech, jrn_def_ech_lib, jrn_def_type, jrn_def_code) VALUES (3, 'Achat', '6*', '4*', '5', '4', 1, 3, true, 'échéance', 'ACH', 'ACH-01'); INSERT INTO jrn_def (jrn_def_id, jrn_def_name, jrn_def_class_deb, jrn_def_class_cred, jrn_def_fiche_deb, jrn_def_fiche_cred, jrn_deb_max_line, jrn_cred_max_line, jrn_def_ech, jrn_def_ech_lib, jrn_def_type, jrn_def_code) VALUES (2, 'Vente', '7*', '4*', '2', '3', 1, 3, true, 'échéance', 'VEN', 'VEN-01'); diff --git a/html/admin/sql/mod1/schema.sql b/html/admin/sql/mod1/schema.sql index 35848862e..bcece8e7c 100644 --- a/html/admin/sql/mod1/schema.sql +++ b/html/admin/sql/mod1/schema.sql @@ -2,11 +2,6 @@ -- PostgreSQL database dump -- -\connect - phpcompta - -SET search_path = public, pg_catalog; - --- -- TOC entry 29 (OID 954808) -- Name: tmp_pcmn; Type: TABLE; Schema: public; Owner: phpcompta --