forked from Wavyzz/dolibarr
Modif ordre colonnes pour faciliter la lecture des sources charges.
This commit is contained in:
@@ -28,5 +28,6 @@ create table llx_c_accountingsystem
|
||||
pcg_type varchar(20) NOT NULL,
|
||||
pcg_subtype varchar(20) NOT NULL,
|
||||
label varchar(128) NOT NULL,
|
||||
account_number varchar(20) NOT NULL
|
||||
account_number varchar(20) NOT NULL,
|
||||
account_parent varchar(20)
|
||||
)type=innodb;
|
||||
|
||||
Reference in New Issue
Block a user