mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0754df95bb
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ class MatchRepository {
|
|||
${this.JOIN_MATCHES}
|
||||
WHERE
|
||||
match_players.summoner_puuid = :puuid
|
||||
AND to_timestamp(matches.date/1000)::date > (CURRENT_DATE - INTERVAL '105 days')
|
||||
GROUP BY
|
||||
day
|
||||
ORDER BY
|
||||
|
|
|
|||
Loading…
Reference in a new issue