Skip to content

Commit

Permalink
[fix] firebase @MAPiD 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Mar 30, 2024
1 parent 5c690c2 commit e536db3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class UserFirebaseToken extends BaseEntity {

@OnDelete(action = OnDeleteAction.CASCADE)
@ManyToOne(fetch = FetchType.LAZY)
@MapsId
@JoinColumn(name = "user_id")
private User user;

Expand Down

0 comments on commit e536db3

Please sign in to comment.