Fix: renommage du champs "note" en "description"
Add: ajout des champs "note_private" et "note_public"
This commit is contained in:
parent
39dea64297
commit
fc9e6b2dcf
@ -34,7 +34,7 @@ create table llx_fichinter
|
|||||||
fk_user_valid integer, -- valideur de la fiche
|
fk_user_valid integer, -- valideur de la fiche
|
||||||
fk_statut smallint DEFAULT 0,
|
fk_statut smallint DEFAULT 0,
|
||||||
duree real,
|
duree real,
|
||||||
descrition text,
|
description text,
|
||||||
note_private text,
|
note_private text,
|
||||||
note_public text
|
note_public text
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user