From 2b965a5c4ebc5f31414ab11f718957e9aba46844 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 3 Jan 2005 14:26:26 +0000 Subject: [PATCH] Modif du champs fk_export_compta de llx_facture dans llx_facturedet --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 647b7192d0e..52fe5821ab7 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -8,7 +8,7 @@ alter table llx_facture add fk_mode_reglement integer after fk_cond_reglement ; alter table llx_paiement add statut smallint DEFAULT 0 NOT NULL ; -alter table llx_facture add fk_export_compta integer DEFAULT 0 NOT NULL ; +alter table llx_facturedet add fk_export_compta integer DEFAULT 0 NOT NULL ; alter table llx_paiement add fk_export_compta integer DEFAULT 0 NOT NULL ; alter table llx_rights_def add perms varchar(255) after module;