mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: removes limit for trust level growth report (#8908)
This commit is contained in:
@@ -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, []] } ]
|
||||
|
||||
Reference in New Issue
Block a user