-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: CHAT-231-BE-일기상세조회-캐릭터인덱스추가 (#46)
* Feat: CHAT-231-BE-일기상세조회-이미지추가 응답에 조회일에 가장 채팅을 많이한 캐릭터의 인덱스 추가 (DADA:1, CHICHI: 2, LULU:3) * Fix: photo의 imageUrl, Member의 email 타입을 text로 변경 응답에 조회일에 가장 채팅을 많이한 캐릭터의 인덱스 추가 (DADA:1, CHICHI: 2, LULU:3) * Fix: 리뷰 반영 같은 수의 채팅이 있을경우, 최근 채팅 캐릭터 인덱스 반환. 없는 일기 조회시 오류 생성 * Fix: 다이어리는 있지만 태그는 없을때 나눠서 구현 * Fix: 다이어리 존재하지 않을때 404오류 발생 * Fix: @column(columnDefinition = "TEXT") 삭제 TEXT형식이 아니라 varchar로 생성됩니다.
- Loading branch information
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters