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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1804 - (hide annotations)
Tue Apr 30 14:45:17 2013 UTC (11 years, 9 months ago) by fmichon
File size: 3571 byte(s)
* Réorganisation des fichiers d'initialisation de la base de données.
=> Ajout d'un entête sur chaque fichier sql 
=> Ajout de la propriété svn:keywords Id

1 fmichon 1801 --------------------------------------------------------------------------------
2     -- Paramétrage - Initialisation des types de demandes, nature, ...
3     --
4     -- pg_dump -a -t openads.demande_nature -t openads.demande_type openads
5     --
6     -- @package openfoncier
7     -- @version SVN : $Id$
8     --------------------------------------------------------------------------------
9    
10     --
11     -- PostgreSQL database dump
12     --
13    
14     --
15     -- Data for Name: demande_nature; Type: TABLE DATA; Schema: openads; Owner: postgres
16     --
17    
18     COPY demande_nature (demande_nature, code, libelle, description) FROM stdin;
19     1 NOUV Nouveau dossier Une demande de nature 'Nouveau dossier' doit donner lieu à la création d'un dossier d'autorisation
20     2 EXIST Dossier existant Une demande de nature 'Dossier existant' doit être reliée à un dossier d'autorisation existant
21     \.
22    
23    
24     --
25     -- Data for Name: demande_type; Type: TABLE DATA; Schema: openads; Owner: postgres
26     --
27    
28     COPY demande_type (demande_type, code, libelle, description, demande_nature, groupe, dossier_instruction_type, dossier_autorisation_type_detaille, contraintes, qualification, evenement) FROM stdin;
29     1 DI Dépôt Initial 1 1 1 1 t 1
30     2 DI Dépôt Initial 1 1 1 2 t 1
31     3 DI Dépôt Initial 1 1 1 3 t 1
32     4 DI Dépôt Initial 1 1 1 4 t 1
33     5 DI Dépôt Initial 1 1 1 5 t 1
34     6 DI Dépôt Initial 1 1 1 6 t 1
35     7 DI Dépôt Initial 1 1 1 7 t 1
36     8 DI Dépôt Initial 1 1 1 8 t 1
37     9 DT Demande de transfert 2 1 3 1 sans_recup t 1
38     10 DT Demande de transfert 2 1 3 2 sans_recup t 1
39     11 DT Demande de transfert 2 1 3 3 sans_recup t 1
40     12 DT Demande de transfert 2 1 3 4 sans_recup t 1
41     13 DT Demande de transfert 2 1 3 5 sans_recup t 1
42     14 DT Demande de transfert 2 1 3 6 sans_recup t 1
43     15 DT Demande de transfert 2 1 3 7 sans_recup t 1
44     16 DT Demande de transfert 2 1 3 8 sans_recup t 1
45     17 DM Demande de modification 2 1 2 1 avec_recup t 1
46     18 DM Demande de modification 2 1 2 2 avec_recup t 1
47     19 DM Demande de modification 2 1 2 3 avec_recup t 1
48     20 DM Demande de modification 2 1 2 4 avec_recup t 1
49     21 DM Demande de modification 2 1 2 5 avec_recup t 1
50     22 DM Demande de modification 2 1 2 6 avec_recup t 1
51     23 DM Demande de modification 2 1 2 7 avec_recup t 1
52     24 DM Demande de modification 2 1 2 8 avec_recup t 1
53     25 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 1 sans_recup t 1
54     26 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 2 sans_recup t 1
55     27 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 3 sans_recup t 1
56     28 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 4 sans_recup t 1
57     29 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 5 sans_recup t 1
58     30 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 6 sans_recup t 1
59     31 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 7 sans_recup t 1
60     33 DOC Demande d'ouverture de chantier 2 1 2 1 sans_recup t 1
61     34 DOC Demande d'ouverture de chantier 2 1 2 2 sans_recup t 1
62     35 DOC Demande d'ouverture de chantier 2 1 2 3 sans_recup t 1
63     36 DOC Demande d'ouverture de chantier 2 1 2 4 sans_recup t 1
64     37 DOC Demande d'ouverture de chantier 2 1 2 5 sans_recup t 1
65     38 DOC Demande d'ouverture de chantier 2 1 2 6 sans_recup t 1
66     39 DOC Demande d'ouverture de chantier 2 1 2 7 sans_recup t 1
67     40 DOC Demande d'ouverture de chantier 2 1 2 8 sans_recup t 1
68     32 DAACT Déclaration attestant l'achèvement et la conformité des travaux 2 1 2 8 sans_recup t 1
69     \.
70    
71    
72     --
73     -- PostgreSQL database dump complete
74     --

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26