FIX: removes limit for trust level growth report (#8908)

This commit is contained in:
Joffrey JAFFEUX 2020-02-10 11:56:29 +01:00 committed by GitHub
parent 0d6578dc4d
commit 4de7d5ff90

View File

@ -35,7 +35,6 @@ Report.add_report("trust_level_growth") do |report|
OR action = #{UserHistory.actions[:auto_trust_level_change]}
)
GROUP BY date(created_at)
LIMIT #{report.limit || 250}
SQL
data = Hash[ filters.collect { |x| [x, []] } ]