Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request
⛳️ 작업한 브랜치
👷 작업한 내용
스크린샷
Comment
/admin/delete-cafe로 접속하시면 됩니당✅ 카페삭제시 해당 카페와 연관된 CafeImage, ReportedCafe, Review, SavedCafe가 모두 삭제되도록 Cafe 엔티티에
@OneToManyCascade 추가하였습니다✅ CafeDTO를 사용하여 순환 참조로 인한 JSON 직렬화 실패가 일어나지 않도록 했습니다
📍 MySql에서 직접 쿼리로 지우려면 db에 따로 on delete로직을 추가해야하는데, 불필요하다고 생각되어 이 부분은 하지 않았습니다! 따라서 카페를 삭제할때는 쿼리가 아닌 관리자페이지에 접속하여서 삭제하셔야 합니다
관련 이슈