Skip to content
Snippets Groups Projects
Commit 3072a8e5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: encore un autre problème sur le -- avec mysql.

parent d74f6ef3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment