Add an order for user_stats table in exporter

This commit is contained in:
Neil Lalonde 2013-11-11 10:32:31 -05:00
parent fe660ba52b
commit 1d8a3e6fc8
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ module Jobs
'SiteContent' => 'content_type', 'SiteContent' => 'content_type',
'TopicUser' => 'topic_id, user_id', 'TopicUser' => 'topic_id, user_id',
'UserSearchData' => 'user_id', 'UserSearchData' => 'user_id',
'UserStat' => 'user_id',
'View' => 'parent_id, parent_type, ip_address, viewed_at' 'View' => 'parent_id, parent_type, ip_address, viewed_at'
} }
@order_columns_for_hash[model.name] @order_columns_for_hash[model.name]