Bug #1014 : failed to save an action is title is too large

This commit is contained in:
Dany De Bontridder 2014-08-03 11:59:52 +02:00
parent c02e057515
commit 97ec56c14a

View file

@ -14,4 +14,7 @@ begin
end if;
end;
$function$
language plpgsql;
language plpgsql;
-- bug
alter table action_gestion alter ag_title type text;