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.
❤️ 기능 설명
회원 탈퇴/삭제 이후 기존 채팅 기록은 보존하면서 사용자 식별 정보는
알 수 없는 사용자로 표시되도록 수정했습니다.chat_message.sender_id,chat_room_member.member_idFK를 hard delete 보존 정책에 맞게 정리message_read_status는 ID 기반 테이블로 유지하고 전처리에서 명시 삭제Member.chatRoomMembers의 cascade/orphanRemoval 제거flushAutomatically = true적용연결된 issue
연결된 issue를 자동으로 닫기 위해 아래 {이슈넘버}를 입력해주세요.
close #594
🩷 Approve 하기 전 확인해주세요!
ChatMemberHardDeleteCleanupService를 사용해서 채팅 관련 처리를 해주세요! @kanghana1message_read_status.member_id는 FK/Member 연관관계를 추가하지 않고 ID 기반으로 유지합니다.✅ 체크리스트