mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
chore:seed demographics
This commit is contained in:
parent
27550e0b30
commit
bd8dfe45d3
33 changed files with 2423 additions and 8 deletions
|
|
@ -6,6 +6,6 @@ class CreateDashboardAcademicYears < ActiveRecord::Migration[7.1]
|
|||
t.timestamps
|
||||
end
|
||||
|
||||
add_index :dashboard_academic_years, :range
|
||||
add_index :dashboard_academic_years, :range, unique: true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -10,5 +10,7 @@ class CreateDashboardSchools < ActiveRecord::Migration[7.1]
|
|||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
add_index :dashboard_schools, :dese_id, unique: true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue