Skip to content
Snippets Groups Projects
Commit e34996e9 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: remove unused field

parent d07ff6ec
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
create table llx_c_currencies create table llx_c_currencies
( (
code varchar(2) PRIMARY KEY, code_iso varchar(3) PRIMARY KEY,
code_iso varchar(3) NOT NULL,
label varchar(64) NOT NULL, label varchar(64) NOT NULL,
unicode varchar(32) DEFAULT NULL, unicode varchar(32) DEFAULT NULL,
active tinyint DEFAULT 1 NOT NULL active tinyint DEFAULT 1 NOT NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment