From 9ffa926bc852d775646fbdb418e78719afab2933 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 24 Nov 2003 15:52:41 +0000 Subject: [PATCH] Ajout du champs description --- mysql/tables/llx_expedition_methode.sql | 1 + 1 file changed, 1 insertion(+) 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 );