forked from Wavyzz/dolibarr
14 lines
250 B
SQL
14 lines
250 B
SQL
|
|
--
|
|
-- table llx_product
|
|
--
|
|
|
|
alter table llx_product modify price real ;
|
|
|
|
alter table llx_product add tva_tx real ;
|
|
|
|
update llx_product set tva_tx = 19.6 ;
|
|
|
|
alter table llx_propaldet add tva_tx real ;
|
|
|
|
alter table llx_propaldet add description text ; |