Skip to content

Commit

Permalink
!hotfix: user field 중복 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Oct 28, 2024
1 parent 430656d commit 15e56e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/corecord/dev/domain/folder/entity/Folder.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public class Folder extends BaseEntity {
@JoinColumn(name = "user_id", nullable = false)
private User user;

@ManyToOne
@JoinColumn(name = "user_id", nullable = false)
private User user;

public void updateTitle(String title) {
this.title = title;
}
Expand Down

0 comments on commit 15e56e1

Please sign in to comment.