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:
Bavisetti Narayan 2023-09-12 13:06:49 +05:30 committed by GitHub
parent 6867154963
commit 9bff10de6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 27 deletions

View file

@ -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(