Remove unused enums in database model

This commit is contained in:
Théophile Diot 2023-06-23 08:03:09 -04:00
parent 7a972274f1
commit 95c9bad8e3
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 0 additions and 9 deletions

View File

@ -31,15 +31,6 @@ CUSTOM_CONFIGS_TYPES_ENUM = Enum(
"server_stream",
name="custom_configs_types_enum",
)
LOG_LEVELS_ENUM = Enum(
"CRITICAL",
"ERROR",
"WARNING",
"INFO",
"DEBUG",
"NOTSET",
name="log_levels_enum",
)
INTEGRATIONS_ENUM = Enum(
"Linux",
"Docker",