mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Fix order of View table in exporter
This commit is contained in:
parent
3c38062802
commit
7348699801
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module Jobs
|
|||
'PostReply' => 'post_id, reply_id',
|
||||
'PostTiming' => 'topic_id, post_number, user_id',
|
||||
'TopicUser' => 'topic_id, user_id',
|
||||
'View' => 'parent_id, parent_type, ip, viewed_at'
|
||||
'View' => 'parent_id, parent_type, ip_address, viewed_at'
|
||||
}
|
||||
@order_columns_for_hash[model.name]
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue