chore(sqlc): regenerate models.go for subsonic_password

This commit is contained in:
2026-04-19 17:37:40 +00:00
parent 2d153e1e9a
commit f916cde8c8
+7 -6
View File
@@ -48,10 +48,11 @@ type Track struct {
}
type User struct {
ID pgtype.UUID
Username string
PasswordHash string
ApiToken string
IsAdmin bool
CreatedAt pgtype.Timestamptz
ID pgtype.UUID
Username string
PasswordHash string
ApiToken string
IsAdmin bool
CreatedAt pgtype.Timestamptz
SubsonicPassword *string
}