Skip to content

Commit

Permalink
Merge pull request #263 from bcgov/develop/alex-GRAD2-2385
Browse files Browse the repository at this point in the history
GRAD2-2385
  • Loading branch information
arybakov-cgi authored Nov 3, 2023
2 parents b7cc100 + ce5af86 commit 2ca7422
Showing 1 changed file with 6 additions and 0 deletions.
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;



0 comments on commit 2ca7422

Please sign in to comment.