BigW Consortium Gitlab

20160217174422_add_note_to_tasks.rb 115 Bytes
Newer Older
1 2 3 4 5
class AddNoteToTasks < ActiveRecord::Migration
  def change
    add_reference :tasks, :note, index: true
  end
end