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