From 6dfecb498e7f3c5c62376b792637815f241a646b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Sep 2004 13:26:22 +0000 Subject: [PATCH] =?UTF-8?q?La=20table=20des=20civilit=E9s=20n'a=20pas=20a?= =?UTF-8?q?=20contenir=20le=20code=20pays=20mais=20juste=20le=20code=20lan?= =?UTF-8?q?gue.?= 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 | 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 c1fc5ec264d..efb2198b60e 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -803,3 +803,7 @@ create table llx_societe_rib )type=innodb; + + + +alter table llx_c_civilite drop fk_pays;