mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update PRO_STATUS_ENUM values
This commit is contained in:
parent
ced2428eed
commit
f17df73f29
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ INTEGRATIONS_ENUM = Enum(
|
|||
)
|
||||
STREAM_TYPES_ENUM = Enum("no", "yes", "partial", name="stream_types_enum")
|
||||
PLUGIN_TYPES_ENUM = Enum("core", "external", "pro", name="plugin_types_enum")
|
||||
PRO_STATUS_ENUM = Enum("invalid", "valid", "expired", name="pro_status_enum")
|
||||
PRO_STATUS_ENUM = Enum("active", "invalid", "expired", "suspended", name="pro_status_enum")
|
||||
Base = declarative_base()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue