mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
fix pgSQL install
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user