20170403172249_add_action_taken_by_account_id_to_reports.rb 189 B

1234567
  1. # frozen_string_literal: true
  2. class AddActionTakenByAccountIdToReports < ActiveRecord::Migration[5.0]
  3. def change
  4. add_column :reports, :action_taken_by_account_id, :integer
  5. end
  6. end