class AddCourseSectionRosterToStateReportConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :state_reporting_configs, :course_section_rosters_job, :string
  end
end
