another fix to aggregation reports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-23 10:11:14 +11:00
parent 3e2d95d3b9
commit 3671860b7d
3 changed files with 19 additions and 10 deletions

View File

@@ -913,7 +913,7 @@ INSERT INTO %s (
avgDisk,
avgPresent,
tinPct, bronzePct, silverPct, goldPct,
float64(v.tinHits), float64(v.bronzeHits), float64(v.silverHits), float64(v.goldHits),
tinPct, bronzePct, silverPct, goldPct,
}
if driver != "sqlite" {
// Postgres expects primitive types, nulls are handled by pq via nil.