Skip to content
Snippets Groups Projects
Commit a6bd506b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: syntax error

parent ee29c657
Branches
No related tags found
No related merge requests found
...@@ -22,6 +22,6 @@ ...@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment