parent
3fcab58557
commit
ead59d0f48
@ -0,0 +1,5 @@
|
||||
class AddIndexToStudentRaces < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_index :student_races, %i[student_id race_id]
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue