Skip to content

Commit

Permalink
#119 Fix: Post entity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJh38 committed Aug 9, 2024
1 parent 7a7f853 commit e31b8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class Post extends BaseEntity {
private Boolean postStatus;

@Builder.Default
@ManyToMany
@ManyToMany(fetch = FetchType.EAGER)
@JoinTable(
name = "post_category",
joinColumns = @JoinColumn(name = "post_id"),
Expand Down

0 comments on commit e31b8e5

Please sign in to comment.