Mercurial > ~dholland > hg > swallowtail > index.cgi
diff database/schema/config.sql @ 39:45bb7b516edb
document previous better
author | David A. Holland |
---|---|
date | Sun, 15 Jun 2014 17:28:02 -0400 |
parents | 68a4f2d8930e |
children | 40f64a96481f |
line wrap: on
line diff
--- a/database/schema/config.sql Sun Jun 15 17:21:54 2014 -0400 +++ b/database/schema/config.sql Sun Jun 15 17:28:02 2014 -0400 @@ -46,15 +46,18 @@ -- closed resolved (one way or another) -- nagresponsible the "responsible" users should get nag-mail -- nagsubmitter the "submitter" users should get nag-mail +-- timeout bugs in this state should time out to another state -- -- It is reasonable for multiple states to have the same settings; -- such states presumably mean different things in ways the database -- doesn't need to know about. -- -- For example: "open" might be defined as --- ("open", false, "bug is unresolved", false, true, false) +-- ("open", false, "bug is unresolved", +-- false, true, false, false) -- and "feedback" as --- ("feedback", false, "awaiting submitter feedback", false, false, true) +-- ("feedback", false, "awaiting submitter feedback", +-- false, false, true, true) -- CREATE TABLE states ( name text primary key,