From 31ef7ad2c47a62342dca1ec4bc82624b55f92413 Mon Sep 17 00:00:00 2001 From: cditcher Date: Fri, 21 Nov 2025 12:58:14 -0800 Subject: [PATCH] Updated messaging to exclude GA from not met description --- .../1.0/V1.0.114__DML-UPDATE_DATA-program_requirement_code.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api/src/main/resources/db/migration/1.0/V1.0.114__DML-UPDATE_DATA-program_requirement_code.sql diff --git a/api/src/main/resources/db/migration/1.0/V1.0.114__DML-UPDATE_DATA-program_requirement_code.sql b/api/src/main/resources/db/migration/1.0/V1.0.114__DML-UPDATE_DATA-program_requirement_code.sql new file mode 100644 index 0000000..ec786fc --- /dev/null +++ b/api/src/main/resources/db/migration/1.0/V1.0.114__DML-UPDATE_DATA-program_requirement_code.sql @@ -0,0 +1,3 @@ +UPDATE PROGRAM_REQUIREMENT_CODE +SET LABEL='Student Grade AD', DESCRIPTION='Student must be in grade AD or GA (on the Adult Graduation program and expected to graduate)', NOT_MET_DESC='The school has not reported the student as being expected to graduate this year (grade must = AD)' +WHERE PROGRAM_REQUIREMENT_CODE='508'; \ No newline at end of file