Skip to content
Snippets Groups Projects
Commit 37a9f15f authored by florian HENRY's avatar florian HENRY
Browse files

FIX : increase size of llx_c_actioncomm type column

parent 52080fb9
No related branches found
No related tags found
No related merge requests found
......@@ -201,4 +201,4 @@ create table llx_user_employment
dateemploymentend date -- last and current value stored into llx_user
)ENGINE=innodb;
ALTER TABLE llx_c_actioncomm MODIFY COLUMN type varchar(50) DEFAULT 'system' NOT NULL;
......@@ -22,7 +22,7 @@ create table llx_c_actioncomm
(
id integer PRIMARY KEY,
code varchar(12) NOT NULL,
type varchar(10) DEFAULT 'system' NOT NULL,
type varchar(50) DEFAULT 'system' NOT NULL,
libelle varchar(48) NOT NULL,
module varchar(16) DEFAULT 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