Nouveau fichier
This commit is contained in:
parent
69ac16e245
commit
238cd1f430
15
mysql/migration/1.0.0-1.1.0.sql
Normal file
15
mysql/migration/1.0.0-1.1.0.sql
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
--
|
||||
-- Mise à jour de la version 1.0.0 à 1.1.0
|
||||
--
|
||||
|
||||
alter table llx_propaldet modify qty real;
|
||||
alter table llx_facturedet modify qty real;
|
||||
|
||||
alter table llx_propaldet add remise_percent real default 0;
|
||||
alter table llx_propaldet add remise real default 0;
|
||||
alter table llx_propaldet add subprice real default 0;
|
||||
|
||||
alter table llx_facturedet add remise_percent real default 0;
|
||||
alter table llx_facturedet add remise real default 0;
|
||||
alter table llx_facturedet add subprice real default 0;
|
||||
Loading…
Reference in New Issue
Block a user