From e518bbc54056df6fad68156458bee4734be1ffaa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 30 Jun 2009 11:43:06 +0000 Subject: [PATCH] Increase field --- mysql/tables/llx_action_def.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,