diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index 49e28979614..7f38cd2109c 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -27,7 +27,7 @@ create table llx_entrepot tms timestamp, label varchar(255), description text, + statut tinyint default 1, -- 1 ouvert, 0 fermé fk_user_author integer - );