mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add index to survey item responses on school and academic year.
This commit is contained in:
parent
61aad20cb2
commit
dfc5202b88
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue