parent
e6ddb3cec0
commit
bec09a7f1c
@ -0,0 +1,5 @@
|
||||
class AddIndexToStudentWorkTests < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :student_work_tests, :student_work_id
|
||||
end
|
||||
end
|
Loading…
Reference in new issue