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.
요약 (Summary)
해당 소셜링에서 참조하고있는 멤버소셜링 에서 해당 멤버의 state를 delete로 변경합니다
request -> socialring -> memberSocialring -> member_state -> Delete
🔑 변경 사항 (Key Changes)
📝 리뷰 요구사항 (To Reviewers)
확인 방법
코드를 실행시키고,mysql workbench에서 다음 쿼리문을 실행시켜주세요.
member 중 첫번째 멤버를 리뷰자 정보로 수정해주세요.
patch방식으로
http://localhost:8080/socialring/cancel?socialringId=1
으로 요청을 보냅니다.
DB에서 memberSocialring 에서 해당 멤버의 state가 delete로 바뀌면 성공입니다.