Skip to content

Commit

Permalink
Merge pull request #548 from bcgov/Grad2-2170ActivityCodeSpellingMistake
Browse files Browse the repository at this point in the history
Grad2-2170 activity codes spelling mistake
  • Loading branch information
cditcher authored Jun 22, 2023
2 parents f1832a6 + 2a8ed19 commit 9eeb348
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
INSERT INTO HISTORY_ACTIVITY_CODE
(HISTORY_ACTIVITY_CODE, LABEL, DESCRIPTION, DISPLAY_ORDER, EFFECTIVE_DATE, EXPIRY_DATE)
VALUES('USERDISTPSIF', 'User Distribution Run PSI FTP', 'Record updated by User Requested Distribution Run for PSI Transcript Print FTP', 30, TIMESTAMP'2021-09-29 13:27:12.0',NULL);

UPDATE GRADUATION_STUDENT_RECORD_HISTORY
SET HISTORY_ACTIVITY_CODE='USERDISTPSIF'
WHERE HISTORY_ACTIVITY_CODE='USERDISTPISF';

DELETE FROM HISTORY_ACTIVITY_CODE
WHERE HISTORY_ACTIVITY_CODE = 'USERDISTPISF';

0 comments on commit 9eeb348

Please sign in to comment.