diff --git a/mysql/tables/llx_action_def.sql b/mysql/tables/llx_action_def.sql index 790757cb1af..68638f534f6 100644 --- a/mysql/tables/llx_action_def.sql +++ b/mysql/tables/llx_action_def.sql @@ -23,7 +23,7 @@ create table llx_action_def ( rowid integer NOT NULL PRIMARY KEY, - code varchar(28) UNIQUE NOT NULL, + code varchar(32) UNIQUE NOT NULL, tms timestamp, titre varchar(255) NOT NULL, description text,