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
7 changed files with 7 additions and 8 deletions
Showing only changes of commit b846b919b7 - Show all commits
prototype
e-commerce.db.old
src
main
java
org
hso
ecommerce
resources
templates

@ -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;