BigW Consortium Gitlab

20151016195706_add_notes_line_code_index.rb 110 Bytes
Newer Older
1 2 3 4 5
class AddNotesLineCodeIndex < ActiveRecord::Migration
  def change
    add_index :notes, :line_code
  end
end