From 61df37eb1a11c16ff97af9ee111136b8541601a7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Jul 2003 17:19:33 +0000 Subject: [PATCH] Ajout nbvente default 0 --- mysql/tables/llx_product.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index cf175a22793..f08119a2317 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -31,6 +31,6 @@ create table llx_product price double, tva_tx double, fk_user_author integer, - nbvente integer + nbvente integer default 0 );