From 7c5458287d1eb180ff43cc5e21293e4c90e73430 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Dec 2006 17:59:20 +0000 Subject: [PATCH] bugfix --- mysql/tables/llx_product_cnv_livre.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_product_cnv_livre.sql b/mysql/tables/llx_product_cnv_livre.sql index 6b865831ec4..8e6d102b1d5 100644 --- a/mysql/tables/llx_product_cnv_livre.sql +++ b/mysql/tables/llx_product_cnv_livre.sql @@ -34,7 +34,7 @@ create table llx_product_cnv_livre px_revient float, -- prix de revient stock_loc varchar(5), -- emplacement dans le stock - pages smallint UNSIGNED, -- nombre de page + pages smallint UNSIGNED -- nombre de page )type=innodb;