Fix table casing
This commit is contained in:
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<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user