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

20151016195706_add_notes_line_code_index.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeeb1a759fab2aef1b184d24b683052647c643b2 (plain)
1
2
3
4
5
class AddNotesLineCodeIndex < ActiveRecord::Migration
  def change
    add_index :notes, :line_code
  end
end