From d3aed4509dbf0e24259ec2d5d850f18fe796043b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Jul 2003 19:06:29 +0000 Subject: [PATCH] ajout envente --- 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 f08119a2317..63dff281dc8 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -31,6 +31,7 @@ create table llx_product price double, tva_tx double, fk_user_author integer, + envente tinyint default 1, nbvente integer default 0 );