test #53

Merged
klaus merged 10 commits from test into main 2023-10-24 10:42:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1f055c2283 - Show all commits

View File

@ -51,7 +51,7 @@ data class AudioContent(
@JoinColumn(name = "curation_id", nullable = true)
var curation: AudioContentCuration? = null
@OneToOne(fetch = FetchType.LAZY)
@OneToOne(fetch = FetchType.EAGER)
@JoinColumn(name = "member_id", nullable = false)
var member: Member? = null