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.
📣 Related Issue
📝 Summary
게시글 삭제 시 is_deleted(기본값 : 0)가 1로 바뀌고 14일 뒤 물리적으로 삭제됩니다.
논리적으로 삭제된 게시글은 조회되지 않습니다.
🙏 Question & PR point
현재 모든 soft delete를 @where 어노테이션을 사용하여 구현할 예정입니다!
하지만 해당 어노테이션에 대한 이슈를 알고있어서 다음 스프린트 때 JPQL을 도입할 예정입니다
관련 아카이빙은 노션에서 확인하실 수 있습니다!
📬 Reference