Loading db/migrate/20170813153048_add_missing_indexes.rb 0 → 100644 +7 −0 Original line number Diff line number Diff line class AddMissingIndexes < ActiveRecord::Migration[5.1] def change add_index :photos, :author_id add_index :user_preferences, %i[user_id email_type], length: {email_type: 190} add_index :locations, :status_message_id end end Loading
db/migrate/20170813153048_add_missing_indexes.rb 0 → 100644 +7 −0 Original line number Diff line number Diff line class AddMissingIndexes < ActiveRecord::Migration[5.1] def change add_index :photos, :author_id add_index :user_preferences, %i[user_id email_type], length: {email_type: 190} add_index :locations, :status_message_id end end