Fixe database schema version 28
This commit is contained in:
parent
aea057f8c6
commit
067a8954ba
36 changed files with 5091 additions and 4781 deletions
|
|
@ -1,8 +1,10 @@
|
|||
COMMENT ON SCHEMA public IS 'Standard public schema';
|
||||
COMMENT ON TABLE "action" IS 'The different privileges';
|
||||
COMMENT ON TABLE action_gestion IS 'Action for Managing';
|
||||
COMMENT ON FUNCTION correct_sequence(p_sequence text, p_col text, p_table text) IS ' Often the primary key is a sequence number and sometimes the value of the sequence is not synchronized with the primary key ( p_sequence : sequence name, p_col : col of the pk,p_table : concerned table';
|
||||
COMMENT ON TABLE attr_def IS 'The available attributs for the cards';
|
||||
COMMENT ON TABLE attr_min IS 'The value of attributs for the cards';
|
||||
COMMENT ON TABLE fiche_def_ref IS 'Family Cards definition';
|
||||
COMMENT ON TABLE "action" IS 'The different privileges';
|
||||
COMMENT ON TABLE action_gestion IS 'Action for Managing';
|
||||
COMMENT ON TABLE centralized IS 'The centralized journal';
|
||||
COMMENT ON TABLE document IS 'This table contains all the documents : summary and lob files';
|
||||
COMMENT ON TABLE document_modele IS ' contains all the template for the documents';
|
||||
|
|
@ -11,7 +13,6 @@ COMMENT ON TABLE document_state IS 'State of the document';
|
|||
COMMENT ON TABLE document_type IS 'Type of document : meeting, invoice,...';
|
||||
COMMENT ON TABLE fiche IS 'Cards';
|
||||
COMMENT ON TABLE fiche_def IS 'Cards definition';
|
||||
COMMENT ON TABLE fiche_def_ref IS 'Family Cards definition';
|
||||
COMMENT ON TABLE form IS 'Forms content';
|
||||
COMMENT ON TABLE jnt_fic_att_value IS 'join between the card and the attribut definition';
|
||||
COMMENT ON TABLE jnt_fic_attr IS 'join between the family card and the attribut definition';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue