From 2917e40cd2c8a06d69a0745399afff76bbf2c172 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 9 Dec 2006 11:42:14 +0000 Subject: [PATCH] stock_loc varchar(10), -- emplacement dans le stock --- mysql/tables/llx_product.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index 7031825d388..9801e5341de 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -39,6 +39,7 @@ create table llx_product stock_propale integer DEFAULT 0, stock_commande integer DEFAULT 0, 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,