amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20140519131143_add_feed_id_index_to_feeds_folders.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddFeedIdIndexToFeedsFolders < ActiveRecord::Migration[5.2]
  def change
    add_index :feeds_folders, [:feed_id], name: 'index_feeds_folders_on_feed_id'
  end
end