@ -1,7 +1,7 @@
class AddTestSetScoreForChallenges < ActiveRecord::Migration
def up
add_column :test_sets, :score, :integer
add_column :challenges, :test_set_score, :boolean, :default => false
#add_column :test_sets, :score, :integer
#add_column :challenges, :test_set_score, :boolean, :default => false
end
def down