From c2f16eeb395cf8b3c52fae34eb4a0a861f566fe1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 17 Nov 2003 16:49:17 +0000 Subject: [PATCH] Ajout champs statut --- mysql/tables/llx_entrepot.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - );