Fix missing ;

This commit is contained in:
Laurent Destailleur 2018-03-02 16:38:56 +01:00
parent 8d11f1efa1
commit b87db9d32d

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;