/[openfoncier]/trunk/data/pgsql/v3.12.0-a1-dev.sql
ViewVC logotype

Diff of /trunk/data/pgsql/v3.12.0-a1-dev.sql

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

revision 2478 by vpihour, Mon Nov 18 17:55:03 2013 UTC revision 2480 by nhaye, Mon Nov 18 18:22:59 2013 UTC
# Line 34  COMMENT ON COLUMN action.regle_delai_inc Line 34  COMMENT ON COLUMN action.regle_delai_inc
34  COMMENT ON COLUMN action.regle_autorite_competente IS 'Règle de calcul de l''autorité compétente des dossiers d''instruction';  COMMENT ON COLUMN action.regle_autorite_competente IS 'Règle de calcul de l''autorité compétente des dossiers d''instruction';
35    
36  -- affectation_automatique  -- affectation_automatique
37    COMMENT ON TABLE affectation_automatique IS 'Les dossiers d''instruction sont affectés aux instructeurs en fonction du type de dossier, arrondissement, quartier et section (dans cette priorité)';
38    COMMENT ON COLUMN affectation_automatique.affectation_automatique IS 'Identifiant unique';
39    COMMENT ON COLUMN affectation_automatique.arrondissement IS 'Arrondissement affecté à l''instructeur';
40    COMMENT ON COLUMN affectation_automatique.quartier IS 'Quartier affecté à l''instructeur';
41    COMMENT ON COLUMN affectation_automatique.section IS 'Section affectée à l''instructeur';
42    COMMENT ON COLUMN affectation_automatique.instructeur IS 'Identifiant de l''instructeur';
43    COMMENT ON COLUMN affectation_automatique.dossier_autorisation_type_detaille IS 'Type de dossier d''autorisation affectés à l''instructeur';
44    
45  -- architecte  -- architecte
46    
# Line 87  COMMENT ON COLUMN avis_decision.avis_dec Line 94  COMMENT ON COLUMN avis_decision.avis_dec
94  -- bible  -- bible
95    
96  -- blocnote  -- blocnote
97    COMMENT ON TABLE blocnote IS 'Annotation concernant le dossier d''instruction lié';
98    COMMENT ON COLUMN blocnote.blocnote IS 'Identifiant unique';
99    COMMENT ON COLUMN blocnote.categorie IS 'Catégorie de la note';
100    COMMENT ON COLUMN blocnote.note IS 'Contenu de la note';
101    COMMENT ON COLUMN blocnote.dossier IS 'Dossier d''instruction lié';
102    
103  -- cerfa  -- cerfa
104    

Legend:
Removed from v.2478  
changed lines
  Added in v.2480

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26