mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
FIX change column "account_parent" and missing modify column
This commit is contained in:
@@ -29,7 +29,7 @@ create table llx_accounting_account
|
||||
pcg_type varchar(20) NOT NULL, -- First part of Key for predefined groups
|
||||
pcg_subtype varchar(20) NOT NULL, -- Second part of Key for predefined groups
|
||||
account_number varchar(32) NOT NULL,
|
||||
account_parent integer DEFAULT 0, -- Hierarchic parent.
|
||||
account_parent varchar(32) DEFAULT NULL, -- Hierarchic parent.
|
||||
label varchar(255) NOT NULL,
|
||||
fk_accounting_category integer DEFAULT 0, -- ID of personalized group for report
|
||||
fk_user_author integer DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user