chore: changed issue priority from NULL to none (#2142)
* chore: changed issue priority from NULL to none * fix: deleted the migration file
This commit is contained in:
parent
6867154963
commit
9bff10de6d
4 changed files with 11 additions and 27 deletions
|
|
@ -1072,7 +1072,7 @@ class WorkspaceUserProfileStatsEndpoint(BaseAPIView):
|
|||
.order_by("state_group")
|
||||
)
|
||||
|
||||
priority_order = ["urgent", "high", "medium", "low", None]
|
||||
priority_order = ["urgent", "high", "medium", "low", "none"]
|
||||
|
||||
priority_distribution = (
|
||||
Issue.issue_objects.filter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue