BigW Consortium Gitlab

20160106162223_add_index_milestones_title.rb 135 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddIndexMilestonesTitle < ActiveRecord::Migration
  def change
    add_index :milestones, :title
  end
end