diff options
Diffstat (limited to 'db/schema_0006-alter_problem_state.sql')
-rw-r--r-- | db/schema_0006-alter_problem_state.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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' |