From 217c69022e0b0d21a1d6194f8fca78a20cce8f42 Mon Sep 17 00:00:00 2001 From: John Darragh Date: Sat, 6 Sep 2025 17:20:02 -0700 Subject: [PATCH] Fix to PR #2628 --- ...4__update_calculation_rule_names_parkcondo_sftradeschool.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/db/migration/V20250820.1934__update_calculation_rule_names_parkcondo_sftradeschool.sql b/server/db/migration/V20250820.1934__update_calculation_rule_names_parkcondo_sftradeschool.sql index 6b15799d5..ff24cc8b6 100644 --- a/server/db/migration/V20250820.1934__update_calculation_rule_names_parkcondo_sftradeschool.sql +++ b/server/db/migration/V20250820.1934__update_calculation_rule_names_parkcondo_sftradeschool.sql @@ -1,6 +1,6 @@ UPDATE [CalculationRule] SET name = '..... Required Number of Parking Spaces' -WHERE id = 'PARK_CONDO' AND calculationId = 1; +WHERE code = 'PARK_CONDO' AND calculationId = 1; UPDATE [CalculationRule] SET name = '..... Classroom or Assembly Area'