From c0117836cbec922948f3277d2246139c75589415 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 16:37:36 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20champ=20rubrique=20=E0=20la=20table=20l?= =?UTF-8?q?lx=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 | 1 + 1 file changed, 1 insertion(+) 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 34e45dc0fa0..72e5ffd725c 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -3,6 +3,7 @@ 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_societe add rubrique varchar(255); alter table llx_propal add fin_validite datetime ;