From 50b4d0b96f41a4ef0c8396b020a51abd224c2b0a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 16:40:11 +0000 Subject: [PATCH] Ajout champs civilite dans la table llx_socpeople --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 ++ 1 file changed, 2 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 72e5ffd725c..d690be7b3eb 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,8 @@ 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_socpeople add civilite smallint; + alter table llx_propal add fin_validite datetime ; alter table llx_entrepot add statut tinyint default 1;