class AddScheduledReportIdToReport < ActiveRecord::Migration[6.0]
  def change
    add_column :reports, :scheduled_report_id, :integer
  end
end
