dev_partners
parent
8502336b2a
commit
92e81a076e
@ -0,0 +1,8 @@
|
||||
class MigrateExerciseQuetsionQuetsionScore < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :exercise_questions, :question_score, :float, :default => 0
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in new issue