Skip to content
Snippets Groups Projects
Commit 4cb71d96 authored by Stian Lyng's avatar Stian Lyng
Browse files

budfix get fridge with products

parent 70762c94
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public class Fridge{
long groupId;
@OneToMany
@JoinColumn(name = "ean")
@JoinColumn(name = "fridge_id")
@JsonIgnoreProperties("fridge")
List<FridgeProductAsso> products;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment