setup/postgres/psql_create_tables.sql

changeset 85
3d16ad54b3dc
parent 81
1a2e7b5d48f7
child 88
1438e5a22c55
--- 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(),

mercurial