diff --git a/backend/app/schemas/schemas.py b/backend/app/schemas/schemas.py index b59d4ac..4887485 100644 --- a/backend/app/schemas/schemas.py +++ b/backend/app/schemas/schemas.py @@ -36,6 +36,7 @@ class TaskRead(TaskBase): project_id: str created_at: datetime updated_at: datetime + logs: List[str] = [] # Project class ProjectCreate(ProjectBase):