diff -r 5407d4ea0611 -r 3d16ad54b3dc setup/postgres/psql_create_tables.sql --- a/setup/postgres/psql_create_tables.sql Sat May 30 18:07:41 2020 +0200 +++ b/setup/postgres/psql_create_tables.sql Sat May 30 18:12:38 2020 +0200 @@ -63,7 +63,7 @@ project integer not null references lpit_project(projectid), status issue_status not null default 'InSpecification', category issue_category not null default 'Feature', - subject varchar(20) not null, + subject varchar(200) not null, description text, assignee integer references lpit_user(userid), created timestamp with time zone not null default now(),