Still updating database schemas

This commit is contained in:
2025-11-17 14:23:54 +01:00
parent 0fa46d4cca
commit 1535d90842
2 changed files with 13 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ class CustomTheme(CustomThemeBase):
class Config:
# This allows the Pydantic model to be created from a SQLAlchemy ORM object
orm_mode = True
from_attributes = True