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 { 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
} }