20150525101430_add_responsible_to_task.rb 127 Bytes
class AddResponsibleToTask < ActiveRecord::Migration

  def change
    add_column :tasks, :responsible_id, :integer
  end

end