1class AddFeedPostsPostIndex < ActiveRecord::Migration[6.1] 2 def change 3 add_index :feed_posts, :post_id 4 end 5end