Fix table casing

This commit is contained in:
Andreas Svanberg 2024-05-02 10:17:50 +02:00
parent 9c78d9a648
commit 8ccd6156b7

@ -49,7 +49,7 @@ public class UserProfile extends DomainObject {
@ManyToMany
@JoinTable(
name = "user_profile_projecttype",
name = "user_profile_ProjectType",
joinColumns = {@JoinColumn(name = "user_profile_id")}
)
private Collection<ProjectType> defaultProjectTypeFilter = new ArrayList<>();