class AddStudentProgramsJobToStateReportingConfigs < ActiveRecord::Migration[6.0]
  def change
    add_column :state_reporting_configs, :student_programs_job, :string
  end
end
