BigW Consortium Gitlab

20151016195706_add_notes_line_code_index.rb 132 Bytes
# rubocop:disable all
class AddNotesLineCodeIndex < ActiveRecord::Migration
  def change
    add_index :notes, :line_code
  end
end