Skip to content

Commit

Permalink
Create V1.0.9.7__DML-UPDATE_DATA-report_type_code.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Sep 27, 2023
1 parent 51c3024 commit 9181290
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 9181290

Please sign in to comment.