1 |
-------------------------------------------------------------------------------- |
2 |
-- Paramétrage - Général |
3 |
-- |
4 |
-- pg_dump -a -t openads.om_collectivite -t openads.om_profil -t openads.om_widget -t openads.om_dashboard openads |
5 |
-- |
6 |
-- @package openfoncier |
7 |
-- @version SVN : $Id$ |
8 |
-------------------------------------------------------------------------------- |
9 |
|
10 |
-- |
11 |
-- PostgreSQL database dump |
12 |
-- |
13 |
|
14 |
-- |
15 |
-- Data for Name: om_collectivite; Type: TABLE DATA; Schema: openads; Owner: postgres |
16 |
-- |
17 |
|
18 |
COPY om_collectivite (om_collectivite, libelle, niveau) FROM stdin; |
19 |
1 MARSEILLE 1 |
20 |
\. |
21 |
|
22 |
|
23 |
-- |
24 |
-- Name: om_collectivite_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
25 |
-- |
26 |
|
27 |
SELECT pg_catalog.setval('om_collectivite_seq', 2, false); |
28 |
|
29 |
|
30 |
-- |
31 |
-- Data for Name: om_parametre; Type: TABLE DATA; Schema: openads; Owner: postgres |
32 |
-- |
33 |
|
34 |
COPY om_parametre (om_parametre, libelle, valeur, om_collectivite) FROM stdin; |
35 |
1 maire O PENMAIRIE 1 |
36 |
3 numero_unique 0 1 |
37 |
4 lettre R 1 |
38 |
6 cp 13200 1 |
39 |
11 titreelu Conseiller Général des Bouches du Rhône 1 |
40 |
12 datepos 02/03/1983 1 |
41 |
14 services_consultes_lien_interne 1 |
42 |
15 services_consultes_lien_externe 1 |
43 |
16 affichage_obligatoire 89 1 |
44 |
17 option_ERP true 1 |
45 |
18 option_GED false 1 |
46 |
19 ville Marseille 1 |
47 |
13 afficher_division true 1 |
48 |
8 commune 055 1 |
49 |
7 departement 013 1 |
50 |
10 delaville de Marseille 1 |
51 |
9 nom Jean-Claude Gaudin 1 |
52 |
20 region 93 1 |
53 |
21 adresse_direction_urbanisme DIRECTION DU DÉVELOPPEMENT URBAIN\nSERVICE DES AUTORISATIONS D'URBANISME\n40, Rue Fauchier\n13233 MARSEILLE 1 |
54 |
22 erp_service_accessibilite 24 1 |
55 |
23 erp_service_securite 23 1 |
56 |
24 erp_demande_ouverture_dat DO 1 |
57 |
25 erp_depot_dossier_dat DD 1 |
58 |
26 erp_evenement_accepter_sans_reserve 81 1 |
59 |
27 erp_evenement_accepter_dossier_PC PC 1 |
60 |
28 erp_annulation_demande AD 1 |
61 |
29 erp_demande_ouverture_pc_daact DA 1 |
62 |
30 erp_evenement_refuser_dossier 31 1 |
63 |
31 erp_dossier_nature_pc PC 1 |
64 |
32 erp_service_conformite 25 1 |
65 |
33 rapport_instruction_analyse_reglementaire 1 |
66 |
34 rapport_instruction_proposition_decision 1 |
67 |
35 erp_service_accessibilite 24 1 |
68 |
36 erp_service_securite 23 1 |
69 |
37 erp_nature_dat DAT 1 |
70 |
38 erp_evenement_accepter_sans_reserve 81 1 |
71 |
39 erp_evenement_accepter_dossier_PC PC 1 |
72 |
40 erp_annulation_demande AD 1 |
73 |
41 erp_demande_ouverture_pc_daact DA 1 |
74 |
42 erp_evenement_refuser_dossier 31 1 |
75 |
43 erp_dossier_nature_pc PC 1 |
76 |
44 erp_service_conformite 587 1 |
77 |
45 option_erp NA 1 |
78 |
47 etat_initial_dossier_autorisation 1 1 |
79 |
\. |
80 |
|
81 |
|
82 |
-- |
83 |
-- Name: om_parametre_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
84 |
-- |
85 |
|
86 |
SELECT pg_catalog.setval('om_parametre_seq', 47, true); |
87 |
|
88 |
|
89 |
-- |
90 |
-- Data for Name: om_profil; Type: TABLE DATA; Schema: openads; Owner: postgres |
91 |
-- |
92 |
|
93 |
COPY om_profil (om_profil, libelle, hierarchie, om_validite_debut, om_validite_fin) FROM stdin; |
94 |
1 PROFIL NON CONFIGURÉ 0 \N \N |
95 |
2 ADMINISTRATEUR TECHNIQUE 0 \N \N |
96 |
3 INSTRUCTEUR 0 \N \N |
97 |
4 SERVICE CONSULTÉ 0 \N \N |
98 |
5 CELLULE SUIVI 0 \N \N |
99 |
6 GUICHET UNIQUE 0 \N \N |
100 |
7 QUALIFICATEUR 0 \N \N |
101 |
\. |
102 |
|
103 |
|
104 |
-- |
105 |
-- Name: om_profil_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
106 |
-- |
107 |
|
108 |
SELECT pg_catalog.setval('om_profil_seq', 8, false); |
109 |
|
110 |
|
111 |
-- |
112 |
-- Data for Name: om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres |
113 |
-- |
114 |
|
115 |
COPY om_utilisateur (om_utilisateur, nom, email, login, pwd, om_collectivite, om_type, om_profil) FROM stdin; |
116 |
1 Administrateur [email protected] admin 21232f297a57a5a743894a0e4a801fc3 1 DB 2 |
117 |
\. |
118 |
|
119 |
|
120 |
-- |
121 |
-- Name: om_utilisateur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
122 |
-- |
123 |
|
124 |
SELECT pg_catalog.setval('om_utilisateur_seq', 2, false); |
125 |
|
126 |
|
127 |
-- |
128 |
-- Data for Name: om_widget; Type: TABLE DATA; Schema: openads; Owner: postgres |
129 |
-- |
130 |
|
131 |
COPY om_widget (om_widget, om_collectivite, libelle, lien, texte, type) FROM stdin; |
132 |
1 1 Profil non configuré Votre profil ne peut accéder à aucune fonction du logiciel. Veuillez contacter l'administrateur pour que vos permissions soient configurées. web |
133 |
2 1 Profil instructeur Votre profil est : INSTRUCTEUR web |
134 |
3 1 Mes retours de consultation consultation_mes_retours file |
135 |
4 1 Mes messages messages_mes_retours file |
136 |
5 1 Nouveau dossier nouvelle_demande_nouveau_dossier file |
137 |
6 1 Dossier existant nouvelle_demande_dossier_existant file |
138 |
7 1 Mes retours de commission commission_mes_retours file |
139 |
8 1 Dossiers limites à 15 jours dossiers_limites nombre_de_jours=15 file |
140 |
9 1 Recherche accès direct recherche_dossier file |
141 |
10 1 Dossiers événement incomplet ou majoration dossiers_evenement_incomplet_majoration file |
142 |
11 1 Dossiers à qualifier dossier_qualifier file |
143 |
\. |
144 |
|
145 |
|
146 |
-- |
147 |
-- Name: om_widget_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
148 |
-- |
149 |
|
150 |
SELECT pg_catalog.setval('om_widget_seq', 12, false); |
151 |
|
152 |
|
153 |
-- |
154 |
-- Data for Name: om_dashboard; Type: TABLE DATA; Schema: openads; Owner: postgres |
155 |
-- |
156 |
|
157 |
COPY om_dashboard (om_dashboard, om_profil, bloc, "position", om_widget) FROM stdin; |
158 |
1 1 C1 1 1 |
159 |
2 3 C1 1 2 |
160 |
9 3 C1 2 9 |
161 |
3 3 C3 1 3 |
162 |
4 3 C3 2 4 |
163 |
7 3 C3 3 7 |
164 |
8 3 C2 1 8 |
165 |
10 3 C2 2 10 |
166 |
11 3 C1 2 11 |
167 |
5 6 C1 1 5 |
168 |
6 6 C2 1 6 |
169 |
\. |
170 |
|
171 |
|
172 |
-- |
173 |
-- Name: om_dashboard_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
174 |
-- |
175 |
|
176 |
SELECT pg_catalog.setval('om_dashboard_seq', 12, false); |
177 |
|
178 |
|
179 |
-- |
180 |
-- Data for Name: civilite; Type: TABLE DATA; Schema: openads; Owner: postgres |
181 |
-- |
182 |
|
183 |
COPY civilite (code, civilite, libelle, om_validite_debut, om_validite_fin) FROM stdin; |
184 |
M. Mme 1 Monsieur Madame \N \N |
185 |
Mlle 2 Mademoiselle \N \N |
186 |
Mme 3 Madame \N \N |
187 |
M. 4 Monsieur \N \N |
188 |
\. |
189 |
|
190 |
|
191 |
-- |
192 |
-- Name: civilite_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
193 |
-- |
194 |
|
195 |
SELECT pg_catalog.setval('civilite_seq', 4, true); |
196 |
|
197 |
|
198 |
-- |
199 |
-- Data for Name: avis_consultation; Type: TABLE DATA; Schema: openads; Owner: postgres |
200 |
-- |
201 |
|
202 |
COPY avis_consultation (libelle, abrege, om_validite_debut, om_validite_fin, avis_consultation) FROM stdin; |
203 |
Defavorable \N \N \N 1 |
204 |
Favorable \N \N \N 2 |
205 |
Favorable avec Reserve \N \N \N 3 |
206 |
Tacite \N \N \N 4 |
207 |
Autre \N \N \N 5 |
208 |
\. |
209 |
|
210 |
|
211 |
-- |
212 |
-- Name: avis_consultation_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres |
213 |
-- |
214 |
|
215 |
SELECT pg_catalog.setval('avis_consultation_seq', 6, false); |
216 |
|
217 |
|
218 |
-- |
219 |
-- PostgreSQL database dump complete |
220 |
-- |