refactor: remove username from user
This commit is contained in:
parent
c4f0226d1a
commit
1bbedecad9
|
@ -7,7 +7,6 @@ import (
|
|||
|
||||
type User struct {
|
||||
gorm.Model
|
||||
Username string
|
||||
Email string `gorm:"unique"`
|
||||
PasswordHash string
|
||||
Role string
|
||||
|
|
Loading…
Reference in New Issue