BigW Consortium Gitlab

20160217174422_add_note_to_tasks.rb 137 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddNoteToTasks < ActiveRecord::Migration
  def change
    add_reference :tasks, :note, index: true
  end
end