From c87270ea41b889a087496690ebe494274328b2cc Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 25 Mar 2006 15:55:26 +0000 Subject: [PATCH] ajout dans fichier migration champs "statut" dans llx_paiementfourn --- mysql/migration/2.0.0-2.1.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 7d99c9ed1f5..e126eb392a4 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -109,3 +109,5 @@ drop table if exists llx_soc_recontact; update llx_const set name='MAIN_SIZE_LISTE_LIMIT' where name='SIZE_LISTE_LIMIT'; + +alter table llx_paiementfourn add statut smallint(6) NOT NULL DEFAULT 0; \ No newline at end of file