class AddEdFiIdToSchoolDays < ActiveRecord::Migration[6.0]
  def change
    add_column :SchoolDays, :edfi_id, :string, after: :CycleDay
  end
end
