amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20140519131006_add_folder_id_index_to_feeds_folders.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddFolderIdIndexToFeedsFolders < ActiveRecord::Migration[5.2]
  def change
    add_index :feeds_folders, [:folder_id], name: 'index_feeds_folders_on_folder_id'
  end
end