-
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.
Grad release 1.12.0
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
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
6 changes: 6 additions & 0 deletions
6
.../main/resources/db/migration/1.0/V1.0.100__DML-UPDATE_DATA-optional_program_rqmt_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,6 @@ | ||
UPDATE OPTIONAL_PROGRAM_RQMT_CODE SET LABEL = 'Évaluation de littératie 12 – immersion', | ||
DESCRIPTION = 'Students must write the Évaluation de littératie 12 – immersion', | ||
NOT_MET_DESC = 'No Évaluation de littératie 12 – immersion', | ||
UPDATE_USER = USER, | ||
UPDATE_DATE = SYSTIMESTAMP | ||
WHERE OPTIONAL_PROGRAM_RQMT_CODE='203'; |
2 changes: 2 additions & 0 deletions
2
...src/main/resources/db/migration/1.0/V1.0.99__DML-UPDATE_DATA-program_requirement_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,2 @@ | ||
UPDATE PROGRAM_REQUIREMENT_CODE SET LABEL = 'Évaluation de littératie 12 – langue première', DESCRIPTION = 'Students must write Évaluation de littératie 12 – langue première', NOT_MET_DESC = 'No Évaluation de littératie 12 – langue première', UPDATE_USER = USER, UPDATE_DATE = SYSTIMESTAMP WHERE PROGRAM_REQUIREMENT_CODE = '304'; | ||
UPDATE PROGRAM_REQUIREMENT_CODE SET LABEL = 'Évaluation de littératie 10 – langue première', DESCRIPTION = 'Students must write Évaluation de littératie 10 – langue première', NOT_MET_DESC = 'No Évaluation de littératie 10 – langue première', UPDATE_USER = USER, UPDATE_DATE = SYSTIMESTAMP WHERE PROGRAM_REQUIREMENT_CODE = '303'; |