Fix: encore un autre problme sur le -- avec mysql.

This commit is contained in:
Laurent Destailleur 2004-12-21 20:22:08 +00:00
parent d74f6ef348
commit 3072a8e582

View File

@ -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;