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
+1
View File
@@ -54,4 +54,5 @@ type User struct {
ApiToken string
IsAdmin bool
CreatedAt pgtype.Timestamptz
SubsonicPassword *string
}