From a5d55815ea43a7e2a12909c54dd04367339e1eff Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 16 Dec 2004 10:54:45 +0000 Subject: [PATCH] Ajout info pour la gestion des export_compta --- mysql/migration/1.1.0-1.2.0-RC1.sql | 4 ++++ 1 file changed, 4 insertions(+) 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 e0c7baa4731..3cbbe63c6bd 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -5,6 +5,10 @@ -- sans AUCUNE erreur ni warning -- ; +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_paiement add fk_export_compta integer DEFAULT 0 NOT NULL ; + alter table llx_rights_def add perms varchar(255) after module; alter table llx_rights_def add subperms varchar(255) after perms;