From 8b44ba9a3a5c6385f9719c8904f5b82a63c4e6b8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 21 Jun 2003 15:21:18 +0000 Subject: [PATCH] Modif table llx_propaldet --- mysql/migration/0.1.1-0.1.2.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mysql/migration/0.1.1-0.1.2.sql b/mysql/migration/0.1.1-0.1.2.sql index e84ff10c42d..f84039897ad 100644 --- a/mysql/migration/0.1.1-0.1.2.sql +++ b/mysql/migration/0.1.1-0.1.2.sql @@ -7,4 +7,8 @@ alter table llx_product modify price real ; alter table llx_product add tva_tx real ; -update llx_product set tva_tx = 19.6 ; \ No newline at end of file +update llx_product set tva_tx = 19.6 ; + +alter table llx_propaldet add tva_tx real ; + +alter table llx_propaldet add description text ; \ No newline at end of file