Skip to content

Commit

Permalink
Merge pull request #8239 from hregis/develop_bug2
Browse files Browse the repository at this point in the history
Fix: syntax error
  • Loading branch information
eldy committed Mar 2, 2018
2 parents 5d74d01 + ef60d09 commit 1f67e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_expensereport_rules.sql
Expand Up @@ -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;

0 comments on commit 1f67e11

Please sign in to comment.