Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20160106162223_add_index_milestones_title.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 767885e2aacb3b3b4143abf7ed31abddca039651 (plain)
1
2
3
4
5
class AddIndexMilestonesTitle < ActiveRecord::Migration
  def change
    add_index :milestones, :title
  end
end