about summary refs log tree commit diff
path: root/db/migrate/20170403172249_add_action_taken_by_account_id_to_reports.rb
blob: 2d4e1219802e7171a1d7a26a1684117a7810b940 (plain) (blame)
1
2
3
4
5
class AddActionTakenByAccountIdToReports < ActiveRecord::Migration[5.0]
  def change
    add_column :reports, :action_taken_by_account_id, :integer
  end
end