dev_local
daiao 6 years ago
parent 91f21434fb
commit e04fb60aeb

@ -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

Loading…
Cancel
Save