/[openfoncier]/trunk/data/pgsql/init_parametrage.sql
ViewVC logotype

Annotation of /trunk/data/pgsql/init_parametrage.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2665 - (hide annotations)
Tue Dec 31 16:19:15 2013 UTC (11 years, 1 month ago) by nhaye
File size: 6755 byte(s)
Fix des externals,
maj des scripts d'initialisation de la base,
amélioration du make_init.sh afin de prendre en compte les table om_,
renomage des fichiers de maj de version

1 fmichon 1801 --------------------------------------------------------------------------------
2     -- Paramétrage - Général
3     --
4 fmichon 1844 -- pg_dump -a -t openads.om_collectivite -t openads.om_parametre -t openads.om_profil -t openads.om_widget -t openads.om_dashboard -t openads.civilite -t openads.avis_consultation openads > /tmp/init_parametrage.sql
5 fmichon 1801 --
6     -- @package openfoncier
7     -- @version SVN : $Id$
8     --------------------------------------------------------------------------------
9    
10     --
11     -- PostgreSQL database dump
12     --
13    
14     --
15 fmichon 1844 -- Data for Name: avis_consultation; Type: TABLE DATA; Schema: openads; Owner: postgres
16 fmichon 1801 --
17    
18 fmichon 1844 COPY avis_consultation (libelle, abrege, om_validite_debut, om_validite_fin, avis_consultation) FROM stdin;
19     Defavorable \N \N \N 1
20     Favorable \N \N \N 2
21     Favorable avec Reserve \N \N \N 3
22     Tacite \N \N \N 4
23     Autre \N \N \N 5
24 fmichon 1801 \.
25    
26    
27     --
28 fmichon 1844 -- Name: avis_consultation_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
29 fmichon 1801 --
30    
31 fmichon 1844 SELECT pg_catalog.setval('avis_consultation_seq', 6, false);
32 fmichon 1801
33    
34     --
35 fmichon 1844 -- Data for Name: civilite; Type: TABLE DATA; Schema: openads; Owner: postgres
36 fmichon 1801 --
37    
38 fmichon 1844 COPY civilite (code, civilite, libelle, om_validite_debut, om_validite_fin) FROM stdin;
39     M. Mme 1 Monsieur Madame \N \N
40     Mlle 2 Mademoiselle \N \N
41     Mme 3 Madame \N \N
42     M. 4 Monsieur \N \N
43 fmichon 1801 \.
44    
45    
46     --
47 fmichon 1844 -- Name: civilite_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
48 fmichon 1801 --
49    
50 fmichon 1844 SELECT pg_catalog.setval('civilite_seq', 5, false);
51 fmichon 1801
52    
53     --
54 fmichon 1844 -- Data for Name: om_collectivite; Type: TABLE DATA; Schema: openads; Owner: postgres
55     --
56    
57     COPY om_collectivite (om_collectivite, libelle, niveau) FROM stdin;
58     1 MARSEILLE 1
59     \.
60    
61    
62     --
63     -- Name: om_collectivite_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
64     --
65    
66     SELECT pg_catalog.setval('om_collectivite_seq', 2, false);
67    
68    
69     --
70 fmichon 1801 -- Data for Name: om_profil; Type: TABLE DATA; Schema: openads; Owner: postgres
71     --
72    
73     COPY om_profil (om_profil, libelle, hierarchie, om_validite_debut, om_validite_fin) FROM stdin;
74     1 PROFIL NON CONFIGURÉ 0 \N \N
75     2 ADMINISTRATEUR TECHNIQUE 0 \N \N
76     3 INSTRUCTEUR 0 \N \N
77     4 SERVICE CONSULTÉ 0 \N \N
78     5 CELLULE SUIVI 0 \N \N
79     6 GUICHET UNIQUE 0 \N \N
80     7 QUALIFICATEUR 0 \N \N
81 vpihour 2150 8 SERVICE CONSULTÉ INTERNE 0 \N \N
82     9 VISUALISATION DA et DI 0 \N \N
83     10 VISUALISATION DA 0 \N \N
84     11 DIVISIONNAIRE 0 \N \N
85     12 CHEF DE SERVICE 0 \N \N
86 nhaye 2665 13 ADMINISTRATEUR FONCTIONNEL 0 \N \N
87 fmichon 1801 \.
88    
89    
90     --
91     -- Data for Name: om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres
92     --
93    
94     COPY om_utilisateur (om_utilisateur, nom, email, login, pwd, om_collectivite, om_type, om_profil) FROM stdin;
95     1 Administrateur support@atreal.fr admin 21232f297a57a5a743894a0e4a801fc3 1 DB 2
96     \.
97    
98    
99     --
100     -- Name: om_utilisateur_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
101     --
102    
103     SELECT pg_catalog.setval('om_utilisateur_seq', 2, false);
104    
105    
106     --
107     -- Data for Name: om_widget; Type: TABLE DATA; Schema: openads; Owner: postgres
108     --
109    
110 softime 2254 COPY om_widget (om_widget, libelle, lien, texte, type) FROM stdin;
111     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
112     3 Mes retours de consultation consultation_mes_retours file
113     4 Mes messages messages_mes_retours file
114     5 Nouveau dossier nouvelle_demande_nouveau_dossier file
115     7 Mes retours de commission commission_mes_retours file
116     8 Dossiers limites à 15 jours dossiers_limites nombre_de_jours=15 file
117     9 Recherche accès direct recherche_dossier file
118     11 Dossiers à qualifier dossier_qualifier file
119     2 Profil instructeur profil_instructeur file
120     10 Dossiers événement incomplet ou majoration sans RAR dossiers_evenement_incomplet_majoration file
121     12 Infos profil infos_profil file
122     13 Redirection redirection file
123 vpihour 2432 6 Dossier en cours nouvelle_demande_dossier_encours file
124 fmichon 1801 \.
125    
126    
127     --
128     -- Data for Name: om_dashboard; Type: TABLE DATA; Schema: openads; Owner: postgres
129     --
130    
131     COPY om_dashboard (om_dashboard, om_profil, bloc, "position", om_widget) FROM stdin;
132     1 1 C1 1 1
133     9 3 C1 2 9
134     3 3 C3 1 3
135     4 3 C3 2 4
136     7 3 C3 3 7
137     8 3 C2 1 8
138     10 3 C2 2 10
139     11 3 C1 2 11
140     5 6 C1 1 5
141     6 6 C2 1 6
142 vpihour 2150 14 11 C2 1 8
143     15 7 C2 1 11
144     16 7 C1 1 12
145     19 11 C1 1 12
146     21 4 C1 1 13
147     22 8 C1 1 13
148     23 12 C2 1 8
149     24 12 C1 1 12
150     2 3 C1 1 12
151 nhaye 2665 25 13 C1 1 5
152     26 13 C2 1 6
153 fmichon 1801 \.
154    
155    
156     --
157     -- Name: om_dashboard_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
158     --
159    
160 nhaye 2665 SELECT pg_catalog.setval('om_dashboard_seq', 27, false);
161 fmichon 1801
162    
163     --
164 fmichon 1844 -- Data for Name: om_parametre; Type: TABLE DATA; Schema: openads; Owner: postgres
165 fmichon 1801 --
166    
167 fmichon 1844 COPY om_parametre (om_parametre, libelle, valeur, om_collectivite) FROM stdin;
168     1 maire O PENMAIRIE 1
169     4 lettre R 1
170     6 cp 13200 1
171     11 titreelu Conseiller Général des Bouches du Rhône 1
172     12 datepos 02/03/1983 1
173     14 services_consultes_lien_interne 1
174     15 services_consultes_lien_externe 1
175     19 ville Marseille 1
176     8 commune 055 1
177     7 departement 013 1
178     10 delaville de Marseille 1
179     9 nom Jean-Claude Gaudin 1
180     20 region 93 1
181     21 adresse_direction_urbanisme DIRECTION DU DÉVELOPPEMENT URBAIN\nSERVICE DES AUTORISATIONS D'URBANISME\n40, Rue Fauchier\n13233 MARSEILLE 1
182     22 erp_service_accessibilite 24 1
183     23 erp_service_securite 23 1
184     24 erp_demande_ouverture_dat DO 1
185     25 erp_depot_dossier_dat DD 1
186     26 erp_evenement_accepter_sans_reserve 81 1
187     27 erp_evenement_accepter_dossier_PC PC 1
188     28 erp_annulation_demande AD 1
189     29 erp_demande_ouverture_pc_daact DA 1
190     30 erp_evenement_refuser_dossier 31 1
191     31 erp_dossier_nature_pc PC 1
192     32 erp_service_conformite 25 1
193     33 rapport_instruction_analyse_reglementaire 1
194     34 rapport_instruction_proposition_decision 1
195     35 erp_service_accessibilite 24 1
196     36 erp_service_securite 23 1
197     37 erp_nature_dat DAT 1
198     38 erp_evenement_accepter_sans_reserve 81 1
199     39 erp_evenement_accepter_dossier_PC PC 1
200     40 erp_annulation_demande AD 1
201     41 erp_demande_ouverture_pc_daact DA 1
202     42 erp_evenement_refuser_dossier 31 1
203     43 erp_dossier_nature_pc PC 1
204     44 erp_service_conformite 587 1
205 softime 2254 51 sig_web_server sig.vdm.mars/elyx/layouts/vdm.jsp 1
206     52 sig_couche_emprise_dossier ADS_EMPRISE 1
207     53 sig_couche_affichage_dossier ADS_DOSSIER 1
208     54 sig_couche_affichage_parcelle VM_PCI_PARC_MPM 1
209     55 sig_referentiel 2154 1
210 vpihour 2341 56 option_sig aucun 1
211     48 ged_code_produit OpenADS 1
212     13 option_afficher_division true 1
213     3 option_numero_unique 0 1
214     16 id_affichage_obligatoire 89 1
215     47 id_etat_initial_dossier_autorisation 1 1
216 vpihour 2463 57 id_evenement_completude_at 96 1
217     58 id_evenement_cloture_at 97 1
218     18 option_ged false 1
219     45 option_erp true 1
220 fmichon 1801 \.
221    
222    
223     --
224 fmichon 1844 -- Name: om_parametre_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
225 fmichon 1801 --
226    
227 vpihour 2463 SELECT pg_catalog.setval('om_parametre_seq', 59, false);
228 fmichon 1801
229    
230     --
231 fmichon 1844 -- Name: om_profil_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
232 fmichon 1801 --
233    
234 nhaye 2665 SELECT pg_catalog.setval('om_profil_seq', 14, false);
235 fmichon 1801
236    
237     --
238 fmichon 1844 -- Name: om_widget_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
239 fmichon 1801 --
240    
241 vpihour 2150 SELECT pg_catalog.setval('om_widget_seq', 14, false);
242 fmichon 1801
243    
244     --
245     -- PostgreSQL database dump complete
246     --
247 fmichon 1844

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26