forked from Wavyzz/dolibarr
Fix: renommage du champs "note" en "description"
Add: ajout des champs "note_private" et "note_public"
This commit is contained in:
@@ -684,4 +684,4 @@ insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) v
|
||||
|
||||
ALTER TABLE llx_fichinter CHANGE note description text DEFAULT NULL;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN note_private text DEFAULT NULL after description;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN note_public text DEFAULT NULL after note_prive;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN note_public text DEFAULT NULL after note_private;
|
||||
Reference in New Issue
Block a user