From 26b50e533dfec6e77d79e91ed0d888db623ae375 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 17:24:56 +0000 Subject: [PATCH] Ajout champs fk_user_creat dans llx_societe et champ fk_user_modif dans llx_societe et llx_socpeople --- 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 d690be7b3eb..ec36e292197 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -5,7 +5,11 @@ alter table llx_societe add tva_intra varchar(20) after ape; alter table llx_societe add capital real after tva_intra; alter table llx_societe add rubrique varchar(255); +alter table llx_societe add fk_user_creat integer; +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_propal add fin_validite datetime ;