Increase field

This commit is contained in:
Laurent Destailleur 2009-06-30 11:43:06 +00:00
parent 4e6edbc637
commit e518bbc540

View File

@ -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,