Skip to content
Snippets Groups Projects
Commit 1454f5ca authored by aspangaro's avatar aspangaro
Browse files

FIX: Accountancy - Table account integer 0 by default

parent 04fd5a20
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment