Skip to content
Snippets Groups Projects
Commit 23e35a60 authored by Florian Henry's avatar Florian Henry
Browse files

update size of elementtype column into llx_actioncomm (module_subelement

name can be longer than 32)
parent 7ef0415a
No related branches found
No related tags found
No related merge requests found
......@@ -797,3 +797,4 @@ ALTER TABLE llx_societe_remise_except MODIFY COLUMN description text NOT NULL;
update llx_opensurvey_sondage set format = 'D' where format = 'D+';
update llx_opensurvey_sondage set format = 'A' where format = 'A+';
ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL;
\ No newline at end of file
......@@ -66,7 +66,7 @@ create table llx_actioncomm
recurdateend datetime,
fk_element integer DEFAULT NULL,
elementtype varchar(32) DEFAULT NULL
elementtype varchar(255) DEFAULT 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