class ModifyPathForChallenges < ActiveRecord::Migration[5.2]
  def change
    change_column :challenges, :path, :text
  end
end