Add expired and deleted statuses
This commit is contained in:
parent
4d3889c144
commit
1f41b717bf
@ -13,6 +13,8 @@ class RequestStatus(Enum):
|
|||||||
PENDING_FINANCIAL_VERIFICATION = "pending_financial_verification"
|
PENDING_FINANCIAL_VERIFICATION = "pending_financial_verification"
|
||||||
PENDING_CCPO_APPROVAL = "pending_ccpo_approval"
|
PENDING_CCPO_APPROVAL = "pending_ccpo_approval"
|
||||||
APPROVED = "approved"
|
APPROVED = "approved"
|
||||||
|
EXPIRED = "expired"
|
||||||
|
DELETED = "deleted"
|
||||||
|
|
||||||
|
|
||||||
class RequestStatusEvent(Base):
|
class RequestStatusEvent(Base):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user