From a6bd506bd00f4370d06893c32d49e1a84315d7d0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 27 Oct 2012 20:32:33 +0200 Subject: [PATCH] Fix: syntax error --- htdocs/install/mysql/tables/llx_categorie_fournisseur.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql b/htdocs/install/mysql/tables/llx_categorie_fournisseur.sql index 36b1e7ab37b..9a002a1e52f 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; -- GitLab