From 6d060903d5973bc6e160fb945dfe6f70675484ee Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Dec 2006 15:36:55 +0000 Subject: [PATCH] Ajoute le champs valo_pmp --- mysql/tables/llx_entrepot.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index 2d63f09c09d..f28e8a338d9 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -34,6 +34,7 @@ create table llx_entrepot ville varchar(50), fk_pays integer DEFAULT 0, statut tinyint DEFAULT 1, -- 1 ouvert, 0 fermé + valo_pmp float(12,4), -- valoristaion du stock en PMP fk_user_author integer )type=innodb;