mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
feat: add 2024-25 academic year
This commit is contained in:
parent
f2160e4edf
commit
76b53ef1e4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ require "#{Rails.root}/app/lib/seeder"
|
|||
seeder = Seeder.new
|
||||
|
||||
seeder.seed_academic_years "2016-17", "2017-18", "2018-19", "2019-20", "2020-21", "2021-22", "2022-23",
|
||||
"2023-24 Fall", "2023-24 Spring"
|
||||
"2023-24 Fall", "2023-24 Spring", "2024-25"
|
||||
seeder.seed_districts_and_schools Rails.root.join("data", "master_list_of_schools_and_districts.csv")
|
||||
seeder.seed_sqm_framework Rails.root.join("data", "sqm_framework.csv")
|
||||
seeder.seed_demographics Rails.root.join("data", "demographics.csv")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue