Merge remote-tracking branch 'origin/master'

This commit is contained in:
Kalane 2021-09-29 22:28:39 +02:00
commit 0754df95bb

View file

@ -22,6 +22,7 @@ class MatchRepository {
${this.JOIN_MATCHES} ${this.JOIN_MATCHES}
WHERE WHERE
match_players.summoner_puuid = :puuid match_players.summoner_puuid = :puuid
AND to_timestamp(matches.date/1000)::date > (CURRENT_DATE - INTERVAL '105 days')
GROUP BY GROUP BY
day day
ORDER BY ORDER BY