Skip to content

Commit

Permalink
split school
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgreenthal committed Sep 14, 2023
1 parent bfa691b commit da7a9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/db/schools.sql
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ insert into school (name, short_name, address, city, state, postal_code, country
('Holy Family School', 'Decatur Holy Family', '2400 S Franklin St Rd', 'Decatur', 'IL', '62521', 'USA', 39.812243, -88.952325, false, false, '1831'),
('Holy Family School', 'Oglesby Holy Family', '336 Alice Ave', 'Oglesby', 'IL', '61348', 'USA', 41.300293, -89.060701, true, false, '1027'),
('Holy Trinity Catholic School', 'Westmont Holy Trinity', '108 S Linden Ave', 'Westmont', 'IL', '60559', 'USA', 41.793425, -87.973691, true, false, '2353'),
('Homer Junior High School', 'Homer Glen Hadley', '15711 S Bell Rd', 'Homer Glen', 'IL', '60491', 'USA', 41.603386, -87.929999, true, false, '313'),
('Hadley Grade School', 'Homer Glen Hadley', '15711 S Bell Rd', 'Homer Glen', 'IL', '60491', 'USA', 41.603386, -87.929999, true, false, '313'),
('Homer Junior High School', 'Homer Glen Homer', '15711 S Bell Rd', 'Homer Glen', 'IL', '60491', 'USA', 41.603386, -87.929999, true, false, '818'),
('Hoopeston Area Middle School', 'Hoopeston Area', '615 E Orange St', 'Hoopeston', 'IL', '60942', 'USA', 40.45903, -87.663172, true, false, '242'),
('Hope Academy', 'Decatur Hope', '955 N Illinois St', 'Decatur', 'IL', '62521', 'USA', 39.851398, -88.942433, true, false, '1849'),
('Howe Elementary School', 'Chicago Howe', '720 N Lorel Ave', 'Chicago', 'IL', '60644', 'USA', 41.893623, -87.75993, true, false, '2436'),
Expand Down

0 comments on commit da7a9f3

Please sign in to comment.