fix_change_user_name #104

Merged
CodeSteak merged 2 commits from fix_change_user_name into master 2020-06-21 00:15:57 +02:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit b846b919b7 - Show all commits

View File

@ -23,10 +23,7 @@ public class User {
@NotNull
@Column(unique = true)
public String email;
/*
@Column(insertable = false, updatable = false)
public String name;
*/
public String salutation;
public String passwordHash;