diff --git a/api/src/main/resources/db/migration/1.0/V1.0.41__DML-UPDINS_DATA-batch_job_type_code.sql b/api/src/main/resources/db/migration/1.0/V1.0.41__DML-UPDINS_DATA-batch_job_type_code.sql index e4290d35..ac20bf55 100644 --- a/api/src/main/resources/db/migration/1.0/V1.0.41__DML-UPDINS_DATA-batch_job_type_code.sql +++ b/api/src/main/resources/db/migration/1.0/V1.0.41__DML-UPDINS_DATA-batch_job_type_code.sql @@ -3,7 +3,7 @@ SET DISPLAY_ORDER=90 WHERE BATCH_JOB_TYPE_CODE='CERT_REGEN'; INSERT INTO BATCH_JOB_TYPE_CODE (BATCH_JOB_TYPE_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE) -VALUES ('ARC_STUDENTS','Archive Student batch process','A year-end process that will set student status of CUR (current) to ARC (archived)',100,TIMESTAMP'2023-09-01 00:00:00.0'); +VALUES ('ARC_STUDENTS','Archive Student Batch Process','A year-end process that will set student status of CUR (current) to ARC (archived)',100,TIMESTAMP'2023-09-01 00:00:00.0'); INSERT INTO BATCH_JOB_TYPE_CODE (BATCH_JOB_TYPE_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE) -VALUES ('ARC_SCH_REPORTS','Archive School Reports process','A year-end process that archives the graduation and projected graduation summary reports',110,TIMESTAMP'2023-09-01 00:00:00.0'); +VALUES ('ARC_SCH_REPORTS','Archive School Reports Process','A year-end process that archives the graduation and projected graduation summary reports',110,TIMESTAMP'2023-09-01 00:00:00.0');