Template of a custom feed generator service for the Bluesky network in Ruby
at master 118 B view raw
1class AddFeedPostsPostIndex < ActiveRecord::Migration[6.1] 2 def change 3 add_index :feed_posts, :post_id 4 end 5end