fix: project_id in board schema and fixed get mixin
This commit is contained in:
@ -10,6 +10,7 @@ class BoardSchema(BaseSchema):
|
||||
id: int
|
||||
name: str
|
||||
lexorank: str
|
||||
project_id: int
|
||||
|
||||
|
||||
class CreateBoardSchema(BaseSchema):
|
||||
|
||||
Reference in New Issue
Block a user