Skip to content

Commit

Permalink
Expiry date set to NULL for requirement type code MI.
Browse files Browse the repository at this point in the history
  • Loading branch information
githubmamatha committed Oct 30, 2024
1 parent affe109 commit 5eb7012
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE REQUIREMENT_TYPE_CODE
SET EXPIRY_DATE=NULL , UPDATE_USER='API_GRAD_PROGRAM' , UPDATE_DATE=SYSTIMESTAMP
WHERE REQUIREMENT_TYPE_CODE='MI';

0 comments on commit 5eb7012

Please sign in to comment.