fix: project_id in board schema and fixed get mixin

This commit is contained in:
2025-09-06 11:28:48 +04:00
parent 7990e7d460
commit 7a76da4058
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ class BoardSchema(BaseSchema):
id: int
name: str
lexorank: str
project_id: int
class CreateBoardSchema(BaseSchema):