class AddIndexToRepositories < ActiveRecord::Migration[5.2] def change add_index :repositories, :identifier end end