dev_partners
parent
54f51ff3f4
commit
8148c1797e
@ -0,0 +1,8 @@
|
||||
class MigrateExerciseQuetsionScore < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :exercise_shixun_challenges, :question_score, :float, default: 0
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in new issue