diff 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
line wrap: on
line diff
--- a/database/schema/config.sql	Sun Jun 15 17:13:50 2014 -0400
+++ b/database/schema/config.sql	Sun Jun 15 17:21:54 2014 -0400
@@ -62,5 +62,6 @@
        description text		,
        closed boolean		not null,
        nagresponsible boolean	not null,
-       nagsubmitter boolean	not null
+       nagsubmitter boolean	not null,
+       timeout boolean		not null
 ) WITHOUT OIDS;