update size of elementtype column into llx_actioncomm (module_subelement
name can be longer than 32)
This commit is contained in:
parent
7ef0415aca
commit
23e35a6012
@ -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 = 'D' where format = 'D+';
|
||||||
update llx_opensurvey_sondage set format = 'A' where format = 'A+';
|
update llx_opensurvey_sondage set format = 'A' where format = 'A+';
|
||||||
|
|
||||||
|
ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL;
|
||||||
@ -66,7 +66,7 @@ create table llx_actioncomm
|
|||||||
recurdateend datetime,
|
recurdateend datetime,
|
||||||
|
|
||||||
fk_element integer DEFAULT NULL,
|
fk_element integer DEFAULT NULL,
|
||||||
elementtype varchar(32) DEFAULT NULL
|
elementtype varchar(255) DEFAULT NULL
|
||||||
|
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user