diff --git a/api/pom.xml b/api/pom.xml index f880606..b1b116a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ ca.bc.gov.educ educ-grad-student-graduation-api - 1.8.43 + 1.8.44 educ-grad-student-graduation-api Ministry of Education GRAD STUDENT GRADUATION API diff --git a/api/src/main/resources/db/migration/1.0/V1.0.86__DML-UPDATE_DATA-TRANSCRIPT_MESSAGE.sql b/api/src/main/resources/db/migration/1.0/V1.0.86__DML-UPDATE_DATA-TRANSCRIPT_MESSAGE.sql new file mode 100644 index 0000000..30a0241 --- /dev/null +++ b/api/src/main/resources/db/migration/1.0/V1.0.86__DML-UPDATE_DATA-TRANSCRIPT_MESSAGE.sql @@ -0,0 +1,2 @@ +UPDATE TRANSCRIPT_MESSAGE SET GRAD_PROJECTED_MESSAGE='Based on the information provided by the school, this student cannot satisfy the requirements for the Graduation Program %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF') AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED'; +UPDATE TRANSCRIPT_MESSAGE SET GRAD_MAIN_MESSAGE = 'Based on the information provided by the school, this student has not yet graduated in the %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF') AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED'; diff --git a/api/src/main/resources/db/migration/1.0/V1.0.87__DML-UPDATE_DATA-TRANSCRIPT_MESSAGE.sql b/api/src/main/resources/db/migration/1.0/V1.0.87__DML-UPDATE_DATA-TRANSCRIPT_MESSAGE.sql new file mode 100644 index 0000000..78b8aad --- /dev/null +++ b/api/src/main/resources/db/migration/1.0/V1.0.87__DML-UPDATE_DATA-TRANSCRIPT_MESSAGE.sql @@ -0,0 +1 @@ +UPDATE TRANSCRIPT_MESSAGE SET GRAD_MAIN_MESSAGE = 'Based on the information provided by the school, this student has not yet graduated in the %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF') AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED'; \ No newline at end of file