Add index to survey item responses on school and academic year.

pull/1/head
rebuilt 4 years ago
parent 61aad20cb2
commit dfc5202b88

@ -0,0 +1,5 @@
class AddSchoolAndYearIndexToSurveyItemResponses < ActiveRecord::Migration[7.0]
def change
add_index :survey_item_responses, %i[school_id academic_year_id]
end
end
Loading…
Cancel
Save