BigW Consortium Gitlab

20160217174422_add_note_to_tasks.rb 137 Bytes
# rubocop:disable all
class AddNoteToTasks < ActiveRecord::Migration
  def change
    add_reference :tasks, :note, index: true
  end
end