# HG changeset patch # User Mike Becker # Date 1590855158 -7200 # Node ID 3d16ad54b3dc7b41fece43c3611574e792aabc61 # Parent 5407d4ea061107bec8a7c4ddc0a332da35e9e463 significantly increases length of subject field 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(), diff -r 5407d4ea0611 -r 3d16ad54b3dc src/main/webapp/WEB-INF/jsp/issue-form.jsp --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sat May 30 18:07:41 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sat May 30 18:12:38 2020 +0200 @@ -90,7 +90,7 @@ - " /> + " />