diff options
| -rw-r--r-- | backend/handlers/stats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/handlers/stats.go b/backend/handlers/stats.go index 8fe98f9..06748c3 100644 --- a/backend/handlers/stats.go +++ b/backend/handlers/stats.go | |||
| @@ -136,7 +136,7 @@ func Timeline(c *gin.Context) { | |||
| 136 | WITH date_series AS ( | 136 | WITH date_series AS ( |
| 137 | SELECT DISTINCT record_date as date | 137 | SELECT DISTINCT record_date as date |
| 138 | FROM map_history | 138 | FROM map_history |
| 139 | WHERE category_id = 1 AND map_id > 60 AND record_date >= '2011-12-21' | 139 | WHERE category_id = 1 AND map_id > 60 AND record_date >= '2013-01-31' |
| 140 | ORDER BY record_date | 140 | ORDER BY record_date |
| 141 | ), | 141 | ), |
| 142 | map_best_at_date AS ( | 142 | map_best_at_date AS ( |