Ajout champs statut
This commit is contained in:
parent
6c008155f2
commit
c2f16eeb39
@ -27,7 +27,7 @@ create table llx_entrepot
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
label varchar(255),
|
label varchar(255),
|
||||||
description text,
|
description text,
|
||||||
|
statut tinyint default 1, -- 1 ouvert, 0 fermé
|
||||||
fk_user_author integer
|
fk_user_author integer
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user