From 2c95344f05784cac7b55385e402ae7a482522231 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Fri, 4 Dec 2015 11:09:05 +0100 Subject: [PATCH] Add date start and end of intervention --- htdocs/install/mysql/tables/llx_fichinter.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/tables/llx_fichinter.sql b/htdocs/install/mysql/tables/llx_fichinter.sql index 58f953c7196..544e5da7c21 100644 --- a/htdocs/install/mysql/tables/llx_fichinter.sql +++ b/htdocs/install/mysql/tables/llx_fichinter.sql @@ -34,6 +34,8 @@ create table llx_fichinter fk_user_modif integer, -- user making last change fk_user_valid integer, -- valideur de la fiche 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 description text, note_private text,