feat(db/m7-381): sqlc queries for scan_runs

This commit is contained in:
2026-05-04 20:04:55 -04:00
parent 031f4bef8b
commit 1ed6ca0309
3 changed files with 193 additions and 0 deletions
+10
View File
@@ -363,6 +363,16 @@ type PlaylistTrack struct {
AddedAt pgtype.Timestamptz
}
type ScanRun struct {
ID pgtype.UUID
StartedAt pgtype.Timestamptz
FinishedAt pgtype.Timestamptz
Library []byte
MbidBackfill []byte
CoverEnrich []byte
ErrorMessage *string
}
type ScrobbleQueue struct {
ID pgtype.UUID
UserID pgtype.UUID