From 3072a8e5821185c325e594de443d492d2b828f4c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 21 Dec 2004 20:22:08 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20encore=20un=20autre=20probl=E8me=20sur?= =?UTF-8?q?=20le=20--=20avec=20mysql.?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3cbbe63c6bd..9cd39a1d7e2 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -233,7 +233,7 @@ create table llx_contact_facture ( idp integer AUTO_INCREMENT PRIMARY KEY, fk_soc integer NOT NULL, - fk_contact integer NOT NULL, -- point sur llx_socpeople + fk_contact integer NOT NULL, UNIQUE (fk_soc, fk_contact) )type=innodb; -- GitLab