From 4868923cdd0c1a3c8142e08e0bcceb8b703fe6ab Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 10 Nov 2003 19:48:46 +0000 Subject: [PATCH] Suppression champs inutile --- mysql/tables/llx_product_stock.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/mysql/tables/llx_product_stock.sql b/mysql/tables/llx_product_stock.sql index f0b5fe98b5b..5da4a3ca4b1 100644 --- a/mysql/tables/llx_product_stock.sql +++ b/mysql/tables/llx_product_stock.sql @@ -27,8 +27,6 @@ create table llx_product_stock fk_product integer NOT NULL, fk_entrepot integer NOT NULL, reel integer, -- stock réel - commande integer, -- stock commande - proposition integer, -- stock proposition commerciale key(fk_product), key(fk_entrepot)