From eb74c83cda49214c69090c9df2ff843ecde47cf0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 7 Dec 2007 21:27:26 +0000 Subject: [PATCH] =?UTF-8?q?On=20le=20supprimera=20plus=20tard=20d=E9sol=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.1.0-2.2.0.sql | 2 -- mysql/tables/llx_paiement.sql | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index 50ac987bdf1..699ca6193af 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -87,8 +87,6 @@ update llx_rights_def set libelle='Cr -- Supprime colone en doublon avec fk_user_creat alter table llx_paiement drop column author; --- Supprime colonne obsolete car gérée par llx_paiement_facture -alter table llx_paiement drop column fk_facture; update llx_actioncomm set fk_action = 9 where fk_action = 10; update llx_actioncomm set percent = 100 where percent = 0 and datea is not null; diff --git a/mysql/tables/llx_paiement.sql b/mysql/tables/llx_paiement.sql index 0557eebb4de..345377b722a 100644 --- a/mysql/tables/llx_paiement.sql +++ b/mysql/tables/llx_paiement.sql @@ -26,6 +26,7 @@ create table llx_paiement ( rowid integer AUTO_INCREMENT PRIMARY KEY, + fk_facture integer, datec datetime, -- date de creation tms timestamp, datep datetime, -- payment date