From 0e38fb1380fb6c5fba4371ad59cd7dd81a4a19fa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Dec 2006 16:06:45 +0000 Subject: [PATCH] Modfi taille du champs duree --- mysql/tables/llx_product_cnv_livre_contrat.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_product_cnv_livre_contrat.sql b/mysql/tables/llx_product_cnv_livre_contrat.sql index 1433f4b3298..a976823b45b 100644 --- a/mysql/tables/llx_product_cnv_livre_contrat.sql +++ b/mysql/tables/llx_product_cnv_livre_contrat.sql @@ -29,7 +29,7 @@ create table llx_product_cnv_livre_contrat taux float(3,2), -- taux contractuel date_app datetime, -- date d'application - duree varchar(5) -- duree du contrat + duree varchar(50) -- duree du contrat )type=innodb;