From 97f993852ab26f747bd7feb6334240e4bb8de2e6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 9 Dec 2006 11:48:22 +0000 Subject: [PATCH] Repassage en float de weight --- mysql/tables/llx_product.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index 9801e5341de..7f604ca4759 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -41,9 +41,9 @@ create table llx_product seuil_stock_alerte integer DEFAULT 0, stock_loc varchar(10), -- emplacement dans le stock gencode varchar(255) DEFAULT NULL, - weight real DEFAULT NULL, - weight_units tinyint DEFAULT NULL, - canvas varchar(15) DEFAULT '' + weight float DEFAULT NULL, + weight_units tinyint DEFAULT NULL, + canvas varchar(15) DEFAULT '' )type=innodb;