From 32c15132df1c0cc19eda293cea8f5f84d68201cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Jul 2014 23:19:46 +0200 Subject: [PATCH] Fix: sql syntax error --- htdocs/install/mysql/migration/3.5.0-3.6.0.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/migration/3.5.0-3.6.0.sql b/htdocs/install/mysql/migration/3.5.0-3.6.0.sql index c624c69489b..950263bfd12 100644 --- a/htdocs/install/mysql/migration/3.5.0-3.6.0.sql +++ b/htdocs/install/mysql/migration/3.5.0-3.6.0.sql @@ -155,7 +155,7 @@ CREATE TABLE llx_product_batch ( sellby datetime DEFAULT NULL, batch varchar(30) DEFAULT NULL, qty double NOT NULL DEFAULT 0, - import_key varchar(14) DEFAULT NULL, + import_key varchar(14) DEFAULT NULL ) ENGINE=InnoDB; CREATE TABLE llx_expeditiondet_batch ( @@ -165,7 +165,7 @@ CREATE TABLE llx_expeditiondet_batch ( sellby date DEFAULT NULL, batch varchar(30) DEFAULT NULL, qty double NOT NULL DEFAULT 0, - fk_origin_stock integer NOT NULL, + fk_origin_stock integer NOT NULL ) ENGINE=InnoDB; -- Salary payment in tax module