comparison database/schema/config.sql @ 38:68a4f2d8930e

Add stuff for automatic feedback timeout.
author David A. Holland
date Sun, 15 Jun 2014 17:21:54 -0400
parents d42c0db81e28
children 45bb7b516edb
comparison
equal deleted inserted replaced
37:edf081d0b282 38:68a4f2d8930e
60 name text primary key, 60 name text primary key,
61 obsolete boolean not null, 61 obsolete boolean not null,
62 description text , 62 description text ,
63 closed boolean not null, 63 closed boolean not null,
64 nagresponsible boolean not null, 64 nagresponsible boolean not null,
65 nagsubmitter boolean not null 65 nagsubmitter boolean not null,
66 timeout boolean not null
66 ) WITHOUT OIDS; 67 ) WITHOUT OIDS;