dev_local
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…
Reference in new issue