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…
Reference in new issue