Nouveau fichier
This commit is contained in:
parent
8005104726
commit
3c13e90551
10
mysql/migration/0.1.1-0.1.2.sql
Normal file
10
mysql/migration/0.1.1-0.1.2.sql
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
--
|
||||
-- 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 ;
|
||||
Loading…
Reference in New Issue
Block a user