Extend element type of action comm (for long name external modules)

This commit is contained in:
Florian HENRY 2016-03-08 10:28:25 +01:00
parent d0441fa05f
commit 6138da8db6
2 changed files with 2 additions and 1 deletions

View File

@ -322,3 +322,4 @@ ALTER TABLE llx_expensereport_det ADD COLUMN multicurrency_total_ttc double(24,8
ALTER TABLE llx_product_lang ADD COLUMN import_key varchar(14) DEFAULT NULL;
ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL;

View File

@ -69,7 +69,7 @@ create table llx_actioncomm
recurdateend datetime,
fk_element integer DEFAULT NULL,
elementtype varchar(32) DEFAULT NULL
elementtype varchar(255) DEFAULT NULL
)ENGINE=innodb;