educoder/db/migrate/20190815085136_modify_path_...

6 lines
128 B

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