From bd61c17e0a31c64829f6559c7e6b9871116a7412 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Dec 2006 17:32:56 +0000 Subject: [PATCH] Modif chmaps price de llx_stock_mouvement --- 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 5ca62344522..9ece4f2531f 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -65,7 +65,7 @@ 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 ''; -ALTER TABLE llx_stock_mouvement ADD COLUMN price FLOAT DEFAULT 0; +ALTER TABLE llx_stock_mouvement ADD COLUMN price FLOAT(13,4) DEFAULT 0; insert into llx_cond_reglement(rowid, code, sortorder, active, libelle, libelle_facture, fdm, nbjour) values (6,'PROFORMA', 6,1, 'Proforma','Réglement avant livraison',0,0);