Fix: syntax error

This commit is contained in:
Laurent Destailleur 2012-10-27 20:32:33 +02:00
parent ee29c65708
commit a6bd506bd0

View File

@ -22,6 +22,6 @@
create table llx_categorie_fournisseur create table llx_categorie_fournisseur
( (
fk_categorie integer NOT NULL, fk_categorie integer NOT NULL,
fk_societe integer NOT NUL, fk_societe integer NOT NULL,
import_key varchar(14) import_key varchar(14)
)ENGINE=innodb; )ENGINE=innodb;