Skip to content

Commit

Permalink
Merge branch 'master' into feature-billboard-ecobookstore
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Altmann committed Nov 17, 2014
2 parents 0a938b2 + 57d88ad commit e9b9838
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddIndexToCommentsForStatistics < ActiveRecord::Migration
def change
add_index "comments", ["commentable_id", "commentable_type", "updated_at"], name: "index_comments_for_popularity_worker"
end
end

0 comments on commit e9b9838

Please sign in to comment.