mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Change Dese ID of Minot Forest in Wareham to 310001799. Change Dese ID of Wareham Elementary School to 3100017
This commit is contained in:
parent
9d0f8659f1
commit
28e7f1fcb2
2 changed files with 14 additions and 2 deletions
|
|
@ -188,9 +188,9 @@ Next Wave/Full Circle,Full Circle High School,Somerville,5,5,2740510,X,,,,,9.7,5
|
|||
Somerville High School,#N/A,Somerville,5,8,2740505,X,,,,,119.8,1296,119.8,1304,1215,113.2,1228,121.1,1251,120.1,1215,124.7,1259,123.5
|
||||
West Somerville Neighborhood School,#N/A,Somerville,5,9,2740115,,,,,,27.6,198,27.6,187,193,29.3,209,28.9,180,26.9,180,26.4,191,24.9
|
||||
Winter Hill Community Innovation School,#N/A,Somerville,5,10,2740120,,,,,,41.5,240,41.5,242,230,46.7,272,46.1,267,40.4,280,43,274,40.5
|
||||
Minot Forest Elementary School,#N/A,Wareham,8,2,3100017,,X,X,X,21-22,26.2,147,26.2,173,134,25.7,173,27.6,192,28.2,203,33.4,198,33.6
|
||||
Minot Forest Elementary School,#N/A,Wareham,8,2,310001799,,X,X,X,21-22,26.2,147,26.2,173,134,25.7,173,27.6,192,28.2,203,33.4,198,33.6
|
||||
John William Decas Elementary School,#N/A,Wareham,8,1,3100003,,,,,21-22,49.5,#N/A,49.5,0,0,48.5,0,48.5,0,49,0,45.6,0,45.6
|
||||
Wareham Elementary School,,Wareham,8,,1111,,,,,,,#N/A,,,,,,,,,,,,
|
||||
Wareham Elementary School,,Wareham,8,,3100017,,,,,,,#N/A,,,,,,,,,,,,
|
||||
Wareham Cooperative Alternative School,#N/A,Wareham,8,8,3100315,X,,,,,3,33,3,38,33,2.6,44,2.8,58,2.8,63,3.1,61,2.3
|
||||
Wareham High School,#N/A,Wareham,8,4,3100505,X,,,,,61.1,614,61.1,618,585,59.2,613,64.3,590,58,458,53.7,518,54.5
|
||||
Wareham Middle School,#N/A,Wareham,8,3,3100305,,,,,,37.2,437,37.2,462,533,36,523,40.9,517,39.9,726,53.6,767,52.7
|
||||
|
|
|
|||
|
|
|
@ -195,4 +195,16 @@ namespace :one_off do
|
|||
end
|
||||
Rails.cache.clear
|
||||
end
|
||||
|
||||
desc 'change dese id of Minot Forest Elementary School'
|
||||
task change_dese_id: :environment do
|
||||
school = School.find_by_name 'Minot Forest Elementary School'
|
||||
school.dese_id = 310_001_799
|
||||
school.save
|
||||
|
||||
school = School.find_by_name 'Wareham Elementary School'
|
||||
school.slug = school.name.parameterize
|
||||
school.dese_id = 310_001_7
|
||||
school.save
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue