-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create V1.0.9.7__DML-UPDATE_DATA-report_type_code.sql
- Loading branch information
1 parent
51c3024
commit 9181290
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
api/src/main/resources/db/migration/1.0/V1.0.9.7__DML-UPDATE_DATA-report_type_code.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|