From 2d0ba86414fd2165b9ae196058fa94cd42e8d829 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 4 Feb 2004 18:41:07 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20champs=20=E0=20llx=5Fsociete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f631431cee2..34e45dc0fa0 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -1,4 +1,9 @@ +alter table llx_societe add siret varchar(14) after siren; +alter table llx_societe add ape varchar(4) after siret; +alter table llx_societe add tva_intra varchar(20) after ape; +alter table llx_societe add capital real after tva_intra; + alter table llx_propal add fin_validite datetime ; alter table llx_entrepot add statut tinyint default 1;