Add date start and end of intervention
This commit is contained in:
parent
2b149aa514
commit
2c95344f05
@ -34,6 +34,8 @@ create table llx_fichinter
|
|||||||
fk_user_modif integer, -- user making last change
|
fk_user_modif integer, -- user making last change
|
||||||
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,
|
||||||
|
dateo date, -- date de début d'intervention
|
||||||
|
datee date, -- date de fin d'intervention
|
||||||
duree real, -- duree totale de l'intervention
|
duree real, -- duree totale de l'intervention
|
||||||
description text,
|
description text,
|
||||||
note_private text,
|
note_private text,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user