Register endpoint working
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
type UserCompanyMap struct {
|
||||
ID int `orm:"column(id);pk"`
|
||||
ID int `orm:"column(id)"` // removed pk here to fix postgres error
|
||||
Email string `orm:"column(email)"`
|
||||
PasswordHash string `orm:"column(password_hash)"`
|
||||
Company string `orm:"column(company)"`
|
||||
|
Reference in New Issue
Block a user