Fix: encore un autre problème sur le -- avec mysql.
This commit is contained in:
parent
d74f6ef348
commit
3072a8e582
@ -233,7 +233,7 @@ create table llx_contact_facture
|
|||||||
(
|
(
|
||||||
idp integer AUTO_INCREMENT PRIMARY KEY,
|
idp integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_soc integer NOT NULL,
|
fk_soc integer NOT NULL,
|
||||||
fk_contact integer NOT NULL, -- point sur llx_socpeople
|
fk_contact integer NOT NULL,
|
||||||
|
|
||||||
UNIQUE (fk_soc, fk_contact)
|
UNIQUE (fk_soc, fk_contact)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user