fix pgSQL install

This commit is contained in:
florian HENRY
2018-03-02 17:30:46 +01:00
parent 8d11f1efa1
commit 473c16ede5
2 changed files with 2 additions and 2 deletions

View File

@@ -29,6 +29,6 @@ CREATE TABLE llx_expensereport_rules (
fk_usergroup integer DEFAULT NULL,
fk_c_type_fees integer NOT NULL,
code_expense_rules_type varchar(50) NOT NULL,
is_for_all tinyint DEFAULT '0',
is_for_all tinyint DEFAULT 0,
entity integer DEFAULT 1
) ENGINE=InnoDB