parent
12dc269fbd
commit
8938b299d5
@ -0,0 +1,6 @@
|
||||
class AddIsMdToExercise < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :exercise_questions, :is_md
|
||||
add_column :exercises, :is_md, :boolean, default: 1
|
||||
end
|
||||
end
|
Loading…
Reference in new issue