diff --git a/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql b/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql index 36b1e7ab37b51bcc670b15bf304e078bf5ae6c9b..9a002a1e52f221ec9c1eec4f9955bee0f5b29dde 100644 --- a/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql +++ b/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql @@ -22,6 +22,6 @@ create table llx_categorie_fournisseur ( fk_categorie integer NOT NULL, - fk_societe integer NOT NUL, + fk_societe integer NOT NULL, import_key varchar(14) )ENGINE=innodb;