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

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

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

revision 2052 by vpihour, Fri Jun 28 18:14:01 2013 UTC revision 2056 by vpihour, Mon Jul 1 13:19:53 2013 UTC
# Line 189  COPY signataire_arrete (signataire_arret Line 189  COPY signataire_arrete (signataire_arret
189  1       4       Dupont  Albert  Maire   X       t       \N      \N  1       4       Dupont  Albert  Maire   X       t       \N      \N
190  \.  \.
191    
192    --
193    -- Data for Name: document_numerise; Type: TABLE DATA; Schema: openads; Owner: postgres
194    --
195    
196    COPY document_numerise (document_numerise, uid, dossier, nom_fichier, date_creation, document_numerise_type) FROM stdin;
197    1       483cf5c504c9f81a7c7f470c5a209140        AZ0130551200001P0       20130614ARRT.pdf        2013-06-14      9
198    \.
199    
200    
201    --
202    -- Name: document_numerise_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
203    --
204    
205    SELECT pg_catalog.setval('document_numerise_seq', 2, false);
206    
207  --  --
208  -- Data for Name: instruction; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: instruction; Type: TABLE DATA; Schema: openads; Owner: postgres
# Line 498  ERPAC  ERP Service Accessibilité      24 rue Line 512  ERPAC  ERP Service Accessibilité      24 rue
512  ERPSC   ERP Service Conformité 24 rue de Rome          13001   Marseille       [email protected]     3       587     f       f       2012-11-03      2013-02-03      avec_avis_attendu  ERPSC   ERP Service Conformité 24 rue de Rome          13001   Marseille       [email protected]     3       587     f       f       2012-11-03      2013-02-03      avec_avis_attendu
513  \.  \.
514    
515    --
516    -- Data for Name: consultation; Type: TABLE DATA; Schema: openads; Owner: postgres
517    --
518    
519    COPY consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation) FROM stdin;
520    1       PC0130551200002P0       2013-01-01      \N      2013-02-01      1       \N      2013-01-01              \N      t       120000000001    OP_FAILURE      t
521    2       PC0130551200001P0       2013-03-01      \N      2013-04-01      1       \N      2013-03-01              \N      t       120000000001    OP_FAILURE      t
522    \.
523    
524    
525    --
526    -- Name: consultation_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
527    --
528    
529    SELECT pg_catalog.setval('consultation_seq', 3, false);
530    
531    
532  --  --
533  -- Data for Name: lien_service_om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: lien_service_om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres
# Line 807  SELECT pg_catalog.setval('service_seq', Line 837  SELECT pg_catalog.setval('service_seq',
837    
838  SELECT pg_catalog.setval('signataire_arrete_seq', 2, false);  SELECT pg_catalog.setval('signataire_arrete_seq', 2, false);
839    
840    --
841    -- Data for Name: lien_demande_type_etat_dossier_autorisation; Type: TABLE DATA; Schema: openads; Owner: postgres
842    --
843    
844    COPY lien_demande_type_etat_dossier_autorisation (lien_demande_type_etat_dossier_autorisation, demande_type, etat_dossier_autorisation) FROM stdin;
845    1       17      2
846    2       18      2
847    3       19      2
848    4       20      2
849    5       21      2
850    6       22      2
851    7       23      2
852    8       24      2
853    \.
854    
855    
856    --
857    -- Name: lien_demande_type_etat_dossier_autorisation_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
858    --
859    
860    SELECT pg_catalog.setval('lien_demande_type_etat_dossier_autorisation_seq', 9, false);
861    
862  --  --
863  -- PostgreSQL database dump complete  -- PostgreSQL database dump complete

Legend:
Removed from v.2052  
changed lines
  Added in v.2056

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26