mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
Add an order for user_stats table in exporter
This commit is contained in:
parent
fe660ba52b
commit
1d8a3e6fc8
@ -56,6 +56,7 @@ module Jobs
|
||||
'SiteContent' => 'content_type',
|
||||
'TopicUser' => 'topic_id, user_id',
|
||||
'UserSearchData' => 'user_id',
|
||||
'UserStat' => 'user_id',
|
||||
'View' => 'parent_id, parent_type, ip_address, viewed_at'
|
||||
}
|
||||
@order_columns_for_hash[model.name]
|
||||
|
Loading…
x
Reference in New Issue
Block a user