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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1844 by fmichon, Mon May 6 14:04:34 2013 UTC revision 1970 by fmichon, Thu May 30 21:53:25 2013 UTC
# Line 103  SELECT pg_catalog.setval('om_utilisateur Line 103  SELECT pg_catalog.setval('om_utilisateur
103    
104  COPY om_widget (om_widget, om_collectivite, libelle, lien, texte, type) FROM stdin;  COPY om_widget (om_widget, om_collectivite, libelle, lien, texte, type) FROM stdin;
105  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  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
 2       1       Profil instructeur              Votre profil est : INSTRUCTEUR  web  
106  3       1       Mes retours de consultation     consultation_mes_retours                file  3       1       Mes retours de consultation     consultation_mes_retours                file
107  4       1       Mes messages    messages_mes_retours            file  4       1       Mes messages    messages_mes_retours            file
108  5       1       Nouveau dossier nouvelle_demande_nouveau_dossier                file  5       1       Nouveau dossier nouvelle_demande_nouveau_dossier                file
# Line 113  COPY om_widget (om_widget, om_collectivi Line 112  COPY om_widget (om_widget, om_collectivi
112  9       1       Recherche accès direct recherche_dossier               file  9       1       Recherche accès direct recherche_dossier               file
113  10      1       Dossiers événement incomplet ou majoration    dossiers_evenement_incomplet_majoration         file  10      1       Dossiers événement incomplet ou majoration    dossiers_evenement_incomplet_majoration         file
114  11      1       Dossiers à qualifier   dossier_qualifier               file  11      1       Dossiers à qualifier   dossier_qualifier               file
115    2       1       Profil instructeur      profil_instructeur              file
116  \.  \.
117    
118    
# Line 191  COPY om_parametre (om_parametre, libelle Line 191  COPY om_parametre (om_parametre, libelle
191  44      erp_service_conformite  587     1  44      erp_service_conformite  587     1
192  45      option_erp      NA      1  45      option_erp      NA      1
193  47      etat_initial_dossier_autorisation       1       1  47      etat_initial_dossier_autorisation       1       1
194    48      code_produit    OpenADS 1
195  \.  \.
196    
197    
# Line 198  COPY om_parametre (om_parametre, libelle Line 199  COPY om_parametre (om_parametre, libelle
199  -- Name: om_parametre_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres  -- Name: om_parametre_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
200  --  --
201    
202  SELECT pg_catalog.setval('om_parametre_seq', 48, false);  SELECT pg_catalog.setval('om_parametre_seq', 49, false);
203    
204    
205  --  --

Legend:
Removed from v.1844  
changed lines
  Added in v.1970

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26