mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
revert 2022-23 to be a single survey administration year instead of a multiple one
This commit is contained in:
parent
cf5c4f2d13
commit
e3c2188a04
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ 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 Fall", "2022-23 Spring", "2023-24 Fall", "2023-24 Spring"
|
||||
seeder.seed_academic_years "2016-17", "2017-18", "2018-19", "2019-20", "2020-21", "2021-22", "2022-23",
|
||||
"2023-24 Fall", "2023-24 Spring"
|
||||
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue