aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-16 12:40:39 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-16 12:40:39 +0100
commit4d40d4632325a999b66dee1db36841dfeb60bcda (patch)
treedd639360d3c5ba84efb8e33a0a56fb2fcb3d7804 /db
parentc9773705e4c611363474144f69182ad421187242 (diff)
rename will not fix to closed
Diffstat (limited to 'db')
-rw-r--r--db/schema.sql2
-rw-r--r--db/schema_0006-alter_problem_state.sql2
2 files changed, 2 insertions, 2 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'
diff --git a/db/schema_0006-alter_problem_state.sql b/db/schema_0006-alter_problem_state.sql
index 1fdd30cb2..6fada1eb8 100644
--- a/db/schema_0006-alter_problem_state.sql
+++ b/db/schema_0006-alter_problem_state.sql
@@ -8,7 +8,7 @@ begin;
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'