Nouveau fichier

This commit is contained in:
Rodolphe Quiedeville 2003-09-23 13:36:19 +00:00
parent 69ac16e245
commit 238cd1f430

View 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;