feat: AffiliationCard
This commit is contained in:
@@ -53,6 +53,6 @@ public class ClubModel {
|
||||
|
||||
boolean international;
|
||||
|
||||
@OneToMany(mappedBy = "club", fetch = FetchType.EAGER)
|
||||
@OneToMany(mappedBy = "club", fetch = FetchType.LAZY)
|
||||
List<AffiliationModel> affiliations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user