2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/mysql/migration/0.1.1-0.1.2.sql
Rodolphe Quiedeville 8b44ba9a3a Modif table llx_propaldet
2003-06-21 15:21:18 +00:00

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 ;