From 3eb5b32e342b3780dff8f38ac19891645e4c520a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Feb 2004 13:02:13 +0000 Subject: [PATCH] Ajout champs dans llx_paiement --- mysql/migration/1.1.0-1.2.0-RC1.sql | 5 +++++ 1 file changed, 5 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 61896ae2a5c..0b563e8edcf 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -13,6 +13,11 @@ alter table llx_societe add fk_user_modif integer; alter table llx_socpeople add civilite smallint; alter table llx_socpeople add fk_user_modif integer; + +alter table llx_paiement add tms timestamp after datec; +alter table llx_paiement add fk_user_creat integer; +alter table llx_paiement add fk_user_modif integer; + alter table llx_propal add fin_validite datetime ; alter table llx_entrepot add statut tinyint default 1;