From cbc386d3470f6da81ad31c4aab7661fa58467c6a Mon Sep 17 00:00:00 2001 From: uommou Date: Sun, 14 Apr 2024 15:45:04 +0900 Subject: [PATCH] =?UTF-8?q?[hotfix]=20db=20=EC=9E=90=EB=A3=8C=ED=98=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dto/db_dto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dto/db_dto.py b/app/dto/db_dto.py index 1f85ab9..f6fef84 100644 --- a/app/dto/db_dto.py +++ b/app/dto/db_dto.py @@ -7,7 +7,7 @@ class AddScheduleDTO(BaseModel): schedule_datetime_end: str schedule_id: int member_id: int - category: str + category: int location: str person: str