Merge pull request #8239 from hregis/develop_bug2

Fix: syntax error
This commit is contained in:
Laurent Destailleur 2018-03-02 17:45:31 +01:00 committed by GitHub
commit 1f67e115d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,4 @@ CREATE TABLE llx_expensereport_rules (
code_expense_rules_type varchar(50) NOT NULL,
is_for_all tinyint DEFAULT '0',
entity integer DEFAULT 1
) ENGINE=InnoDB
) ENGINE=InnoDB;