BigW Consortium Gitlab

20151016195706_add_notes_line_code_index.rb 132 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddNotesLineCodeIndex < ActiveRecord::Migration
  def change
    add_index :notes, :line_code
  end
end