From 8a00f115430faa361740c6dc568134aa715a96d5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Jul 2003 17:08:53 +0000 Subject: [PATCH] Ajout champ nbvente --- mysql/tables/llx_product.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index 754181e85da..cf175a22793 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -30,6 +30,7 @@ create table llx_product description text, price double, tva_tx double, - fk_user_author integer + fk_user_author integer, + nbvente integer );