Bug #1014 : failed to save an action is title is too large
This commit is contained in:
parent
c02e057515
commit
97ec56c14a
1 changed files with 4 additions and 1 deletions
|
|
@ -14,4 +14,7 @@ begin
|
|||
end if;
|
||||
end;
|
||||
$function$
|
||||
language plpgsql;
|
||||
language plpgsql;
|
||||
|
||||
-- bug
|
||||
alter table action_gestion alter ag_title type text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue