From f36b79773e00132386c7d576a879b82ce15e888b Mon Sep 17 00:00:00 2001 From: Jonah Greenthal Date: Thu, 19 Oct 2023 21:58:41 -0500 Subject: [PATCH] adjust reference d ata --- src/main/resources/db/reference-data.sql | 3 ++- src/main/resources/db/schools.sql | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/db/reference-data.sql b/src/main/resources/db/reference-data.sql index 0679ec7..8fada0c 100644 --- a/src/main/resources/db/reference-data.sql +++ b/src/main/resources/db/reference-data.sql @@ -9,7 +9,8 @@ insert into year insert into state_series (name, description, price, available, sequence) values -('2023 IESA State Series', null, 75.00, true, -2023); +('2023 IESA State Series', null, 75.00, true, -2023), +('2024 IESA State Series', null, 75.00, false, -2024); insert into packet (year_code, number, available_for_competition, price_as_practice_material) values diff --git a/src/main/resources/db/schools.sql b/src/main/resources/db/schools.sql index b31bef3..0cd0b61 100644 --- a/src/main/resources/db/schools.sql +++ b/src/main/resources/db/schools.sql @@ -871,7 +871,7 @@ insert into school (name, short_name, address, city, state, postal_code, country ('Washington Middle School', 'Washington MS', '1100 N Main St', 'Washington', 'IL', '61571', 'USA', 40.717485, -89.407547, true, false, '588'), ('Waterloo Junior High School', 'Waterloo', '200 Bellefontaine Dr', 'Waterloo', 'IL', '62298', 'USA', 38.336263, -90.14247, true, false, '589'), ('Wauconda Middle School', 'Wauconda', '217 Slocum Lake Rd', 'Wauconda', 'IL', '60084', 'USA', 42.261022, -88.146249, true, false, '592'), -('Waverly / Franklin (Co-op)', 'Waverly (Co-op)', '201 N Miller St', 'Waverly', 'IL', '62692', 'USA', 39.590885, -89.961911, true, true, null), +('Waverly / Franklin (South County co-op)', 'Waverly (South County co-op)', '201 N Miller St', 'Waverly', 'IL', '62692', 'USA', 39.590885, -89.961911, true, true, null), ('Waverly Junior/Senior High School', 'Waverly', '201 N Miller St', 'Waverly', 'IL', '62692', 'USA', 39.590885, -89.961911, false, false, '593'), ('Wayne City School', 'Wayne City', '408 E Mill St', 'Wayne City', 'IL', '62895', 'USA', 38.345398, -88.585405, true, false, null), ('Wentworth Junior High School', 'Calumet City Wentworth', '560 Superior Ave', 'Calumet City', 'IL', '60409', 'USA', 41.619711, -87.544579, true, false, '84'),