mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: removes limit for trust level growth report (#8908)
This commit is contained in:
parent
0d6578dc4d
commit
4de7d5ff90
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue