deploy prepare
This commit is contained in:
@@ -12,9 +12,9 @@ type User struct {
|
||||
Slug string `db:"slug"`
|
||||
PasswordHash string `db:"password_hash"`
|
||||
FullName string `db:"full_name"`
|
||||
AvatarURL string `db:"avatar_url"`
|
||||
AvatarURL *string `db:"avatar_url"`
|
||||
Role string `db:"role"`
|
||||
CreatedAt time.Time `db:"created_at"`
|
||||
UpdatedAt time.Time `db:"updated_at"`
|
||||
UpdatedAt *time.Time `db:"updated_at"`
|
||||
LastLoginAt *time.Time `db:"last_login_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user