socialforge/db/migrate/20170328082148_add_challeng...

6 lines
123 B
Ruby

class AddChallengeIdToGame < ActiveRecord::Migration
def change
add_column :games, :challenge_id, :integer
end
end