-
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.10.0
- Loading branch information
Showing
3 changed files
with
12 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
api/src/main/resources/db/migration/1.0/V1.0.97__DML-UPDATE_DATA-optional_program.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 SET LABEL = REPLACE(LABEL, 'Certificate', 'Course'), DESCRIPTION = REPLACE(DESCRIPTION, 'Certificate', 'Course'), UPDATE_USER = 'GRAD2-2385', UPDATE_DATE = SYSDATE where OPTIONAL_PROGRAM_CODE = 'BC'; | ||
UPDATE OPTIONAL_PROGRAM_CODE SET LABEL = REPLACE(LABEL, 'Certificate', 'Course'), DESCRIPTION = REPLACE(DESCRIPTION, 'Certificate', 'Course'), UPDATE_USER = 'GRAD2-2385', UPDATE_DATE = SYSDATE where OPTIONAL_PROGRAM_CODE = 'BC'; | ||
COMMIT; | ||
|
||
|
||
|
5 changes: 5 additions & 0 deletions
5
...c/main/resources/db/migration/1.0/V1.0.98__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,5 @@ | ||
UPDATE OPTIONAL_PROGRAM_RQMT_CODE SET LABEL = REPLACE(LABEL, 'Certificate', 'Course'), DESCRIPTION = REPLACE(DESCRIPTION, 'Certificate', 'Course'), UPDATE_USER = 'GRAD2-2385', UPDATE_DATE = SYSDATE where OPTIONAL_PROGRAM_RQMT_CODE = '952'; | ||
COMMIT; | ||
|
||
|
||
|