Skip to content

Commit

Permalink
Merge pull request #618 from bcgov/hotfix/GRAD2-2354
Browse files Browse the repository at this point in the history
Hotfix/grad2 2354
  • Loading branch information
infstar authored Sep 27, 2023
2 parents 51c3024 + 1685b20 commit b69df8e
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UPDATE REPORT_TYPE_CODE
SET DESCRIPTION='The final cumulative list of students who graduated, based on the last information submitted by the school in the reporting cycle.'
WHERE REPORT_TYPE_CODE='GRADREGARC';

UPDATE REPORT_TYPE_CODE
SET DESCRIPTION='The final list of grade 12 or AD students on a graduation program who were not projected to graduate based on missing course registrations or assessment registrations submitted by the school in the reporting cycle.'
WHERE REPORT_TYPE_CODE='NONGRADPRJARC';

UPDATE REPORT_TYPE_CODE
SET DESCRIPTION='The final cumulative list of students who had not-yet graduated, based on the last information submitted by the school in the reporting cycle.'
WHERE REPORT_TYPE_CODE='NONGRADREGARC';

0 comments on commit b69df8e

Please sign in to comment.