mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
commit
ef402f4bcb
|
|
@ -437,7 +437,7 @@ 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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
Loading…
Reference in New Issue
Block a user