mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: removes limit for trust level growth report (#8908)
This commit is contained in:
parent
0d6578dc4d
commit
4de7d5ff90
@ -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, []] } ]
|
||||
|
Loading…
Reference in New Issue
Block a user