From 39f23331dd72b4182ea07f41863cb356f273d21d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 9 Dec 2006 11:48:08 +0000 Subject: [PATCH] Repassage en float de alter table llx_product add weight float DEFAULT NULL; --- mysql/migration/2.0.0-2.1.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 1ea6480dd63..65096746d53 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -61,7 +61,7 @@ UPDATE llx_societe set parent = null where parent = 0; alter table llx_product add stock_loc varchar(10) DEFAULT NULL; alter table llx_product add gencode varchar(255) DEFAULT NULL; -alter table llx_product add weight real DEFAULT NULL; +alter table llx_product add weight float DEFAULT NULL; alter table llx_product add weight_units tinyint DEFAULT NULL; alter table llx_product add canvas varchar(15) DEFAULT '';