class MigrateCompetitionModuleManual < ActiveRecord::Migration[5.2]
  def change
    CompetitionModule.where(module_type: "manual").update_all(module_type: "md")
  end
end