dev_local
daiao 6 years ago
parent 2c38ada3d5
commit f5f586f964

@ -0,0 +1,9 @@
class AddTestSetScoreForChallenges < ActiveRecord::Migration
def up
add_column :test_sets, :score, :integer
add_column :challenges, :test_set_score, :boolean, :default => false
end
def down
end
end
Loading…
Cancel
Save