chore(sqlc): regenerate models.go for subsonic_password
This commit is contained in:
@@ -48,10 +48,11 @@ type Track struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type User struct {
|
type User struct {
|
||||||
ID pgtype.UUID
|
ID pgtype.UUID
|
||||||
Username string
|
Username string
|
||||||
PasswordHash string
|
PasswordHash string
|
||||||
ApiToken string
|
ApiToken string
|
||||||
IsAdmin bool
|
IsAdmin bool
|
||||||
CreatedAt pgtype.Timestamptz
|
CreatedAt pgtype.Timestamptz
|
||||||
|
SubsonicPassword *string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user