updated handler exceptions
This commit is contained in:
@@ -15,6 +15,7 @@ from databases.sql_models.core_mixin import CrudCollection
|
||||
class ApiEnumDropdown(CrudCollection):
|
||||
__tablename__ = "api_enum_dropdown"
|
||||
__exclude__fields__ = ["enum_class"]
|
||||
__language_model__ = None
|
||||
|
||||
id: Mapped[int] = mapped_column(primary_key=True)
|
||||
uu_id: Mapped[str] = mapped_column(
|
||||
|
||||
Reference in New Issue
Block a user