class UpdateProgramFieldOnEdFiStatePrograms < ActiveRecord::Migration[6.0]
  def change
    add_column :ed_fi_state_programs, :program_descriptor, :string, null: false, after: :program
  end
end
