diff --git a/mysql/tables/llx_expedition_methode.sql b/mysql/tables/llx_expedition_methode.sql index da95d192432..a0a58686d39 100644 --- a/mysql/tables/llx_expedition_methode.sql +++ b/mysql/tables/llx_expedition_methode.sql @@ -26,5 +26,6 @@ create table llx_expedition_methode tms timestamp, code varchar(30) NOT NULL, libelle varchar(50) NOT NULL, + description text, statut tinyint default 0 );