another fix to aggregation reports
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user