diff --git a/mysql/migration/0.6.0-0.7.0.sql b/mysql/migration/0.6.0-0.7.0.sql index ca495c44c55..637762a4eb4 100644 --- a/mysql/migration/0.6.0-0.7.0.sql +++ b/mysql/migration/0.6.0-0.7.0.sql @@ -3,4 +3,5 @@ -- Mise à jour de la version 0.6.0 à 0.7.0 -- -alter table llx_propal add remise_percent real default 0; \ No newline at end of file +alter table llx_propal add remise_percent real default 0; +alter table llx_facture add remise_percent real default 0; \ No newline at end of file