Skip to content

Commit

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



0 comments on commit f24486b

Please sign in to comment.