Fix order of View table in exporter

This commit is contained in:
Neil Lalonde 2013-07-09 14:58:49 -04:00
parent 3c38062802
commit 7348699801
1 changed files with 1 additions and 1 deletions

View File

@ -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