From 119d46c9d511704c8cf1f25e6715d1a97b4a4213 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 5 Sep 2003 20:10:32 +0000 Subject: [PATCH] Ajout modif table llx_facture --- mysql/migration/0.6.0-0.7.0.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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