dev_jupyter
parent
03f331f878
commit
322d95a776
@ -0,0 +1,5 @@
|
|||||||
|
class RemoveExerciseAnswerIndex < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
remove_index :exercise_answers, [:exercise_question_id, :user_id]
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue