FIX: Accountancy - Table account integer 0 by default
This commit is contained in:
parent
04fd5a20ef
commit
1454f5cafa
@ -29,7 +29,7 @@ create table llx_accounting_account
|
||||
pcg_type varchar(20) NOT NULL,
|
||||
pcg_subtype varchar(20) NOT NULL,
|
||||
account_number varchar(32) NOT NULL,
|
||||
account_parent integer, -- Hierarchic parent
|
||||
account_parent integer DEFAULT 0, -- Hierarchic parent
|
||||
label varchar(255) NOT NULL,
|
||||
fk_accounting_category integer DEFAULT 0,
|
||||
fk_user_author integer DEFAULT NULL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user