aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 823a60485..bb720077b 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -168,7 +168,7 @@ create table problem (
or state = 'investigating'
or state = 'planned'
or state = 'in progress'
- or state = 'will not fix'
+ or state = 'closed'
or state = 'fixed'
or state = 'fixed - council'
or state = 'fixed - user'