Skip to content

Commit

Permalink
fixing favourite implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Antt02 committed Mar 19, 2024
1 parent 3a71038 commit 13f10a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/cat/udl/eps/softarch/demo/domain/Favourite.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ public class Favourite extends UriEntity<Long>{
Long id;

@ManyToOne
@JoinColumn(name = "id")
Pet pet;

@ManyToOne
@JoinColumn(name = "id")
User user;
}

0 comments on commit 13f10a7

Please sign in to comment.