socialforge/db/migrate/20170324090202_add_path_to_...

5 lines
117 B
Ruby

class AddPathToChallenges < ActiveRecord::Migration
def change
add_column :challenges, :path, :string
end
end