chore: seed enrollment

This commit is contained in:
Nelson Jovel 2024-01-12 21:04:42 -08:00
parent bd8dfe45d3
commit 0af7d42e52
9 changed files with 97 additions and 53 deletions

View file

@ -22,5 +22,7 @@ class CreateDashboardRespondents < ActiveRecord::Migration[7.1]
t.timestamps
end
add_index :dashboard_respondents, %i[dashboard_school_id dashboard_academic_year_id], unique: true
end
end