Merge pull request #5735 from atm-ph/fix_4.0_error_sql

Fix bad query
This commit is contained in:
Juanjo Menent 2016-09-14 16:27:51 +02:00 committed by GitHub
commit 8b13c36670

View File

@ -23,5 +23,5 @@ CREATE TABLE llx_multicurrency_rate
date_sync datetime DEFAULT NULL,
rate double NOT NULL DEFAULT 0,
fk_multicurrency integer NOT NULL,
entity integer DEFAULT 1,
) ENGINE=innodb;
entity integer DEFAULT 1
) ENGINE=innodb;