Skip to content

Commit

Permalink
#82 fix: 리뷰 이미지 soft delete 제외로 인한 양방향 매핑 where절 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Aug 8, 2023
1 parent 8625561 commit 5425e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/com/psr/psr/review/entity/Review.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ data class Review(
var content: String,

@OneToMany(mappedBy = "review")
@Where(clause = "status = 'active'")
var imgs: List<ReviewImg>? = null

) : BaseEntity()

0 comments on commit 5425e6b

Please sign in to comment.