Refactor language and role enums; update user language default value
All checks were successful
Build Docs / changes (push) Successful in 5s
Build Docs / build-docs (push) Successful in 38s
Build Docs / deploy-docs (push) Successful in 4s

This commit is contained in:
Alexander Kalinovsky
2025-08-28 15:29:14 +03:00
parent 09e844c73b
commit 400c6137fd
8 changed files with 99 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ class AppEntity(BotEntity):
back_populates="entities",
sa_relationship_kwargs={
"lazy": "selectin",
"foreign_keys": "Entity.user_id",
"foreign_keys": "AppEntity.user_id",
}
),
caption="User",