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 3cbbe63c6bd777efc413447f4e956b899bc96786..9cd39a1d7e2da7f375ec50a65249eb191ec122cb 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;