Skip to content
Snippets Groups Projects
Commit 07070b23 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed SQL syntax problem

parent 35a0311d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
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