From 99b1a97746f9c78578e42e76c27cb431888dc19e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Dec 2006 21:31:06 +0000 Subject: [PATCH] Modif champs units en weight_units --- mysql/tables/llx_product.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index 1ae52a9c317..0901674891e 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -41,7 +41,7 @@ create table llx_product seuil_stock_alerte integer DEFAULT 0, gencode varchar(255) DEFAULT NULL, weight float DEFAULT 0, - units tinyint DEFAULT 0, + weight_units tinyint(1) DEFAULT 0, canvas varchar(15) DEFAULT '' )type=innodb;