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