Skip to content

Commit

Permalink
Merge pull request #549 from bcgov/Grad2-2170ActivityCodeSpellingMistake
Browse files Browse the repository at this point in the history
Grad2-2170 Corrected the spelling mistake of activity code
  • Loading branch information
kamal-mohammed authored Jun 22, 2023
2 parents 9eeb348 + 2e84b27 commit bd48b29
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ UPDATE GRADUATION_STUDENT_RECORD_HISTORY
SET HISTORY_ACTIVITY_CODE='USERDISTPSIF'
WHERE HISTORY_ACTIVITY_CODE='USERDISTPISF';

UPDATE STUDENT_OPTIONAL_PROGRAM_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 bd48b29

Please sign in to comment.