From 125252456908faef81dd6c807f6d3a38c2e54f48 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 09:41:20 +0000 Subject: [PATCH] Nouvelle version --- mysql/mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/mysql.sql b/mysql/mysql.sql index 15084160ab8..bb0a80c2f50 100644 --- a/mysql/mysql.sql +++ b/mysql/mysql.sql @@ -718,7 +718,7 @@ create table llx_propaldet fk_product integer, description text, qty smallint, - price real + price real, tva_tx real default 19.6 );