setup/postgres/psql_create_tables.sql

changeset 85
3d16ad54b3dc
parent 81
1a2e7b5d48f7
child 88
1438e5a22c55
     1.1 --- a/setup/postgres/psql_create_tables.sql	Sat May 30 18:07:41 2020 +0200
     1.2 +++ b/setup/postgres/psql_create_tables.sql	Sat May 30 18:12:38 2020 +0200
     1.3 @@ -63,7 +63,7 @@
     1.4      project         integer         not null references lpit_project(projectid),
     1.5      status          issue_status    not null default 'InSpecification',
     1.6      category        issue_category  not null default 'Feature',
     1.7 -    subject         varchar(20)     not null,
     1.8 +    subject         varchar(200)    not null,
     1.9      description     text,
    1.10      assignee        integer         references lpit_user(userid),
    1.11      created         timestamp       with time zone not null default now(),

mercurial