parent
3589a42912
commit
8813444aec
@ -0,0 +1,5 @@
|
||||
class MigrateEffScoreDefault < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :homework_commons, :eff_score, :float, default: 0
|
||||
end
|
||||
end
|
Loading…
Reference in new issue