mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fixed SQL syntax problem
This commit is contained in:
@@ -26,5 +26,5 @@ create table llx_accountingaccount
|
||||
account_number varchar(20) NOT NULL,
|
||||
account_parent varchar(20),
|
||||
label varchar(128) NOT NULL,
|
||||
active tinyint DEFAULT 1 NOT NULL,
|
||||
active tinyint DEFAULT 1 NOT NULL
|
||||
)ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user