Skip to content

Commit cbc386d

Browse files
committed
[hotfix] db 자료형 변경
1 parent 0855210 commit cbc386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dto/db_dto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AddScheduleDTO(BaseModel):
77
schedule_datetime_end: str
88
schedule_id: int
99
member_id: int
10-
category: str
10+
category: int
1111
location: str
1212
person: str
1313

0 commit comments

Comments
 (0)