Skip to content

Commit

Permalink
Merge pull request #659 from bcgov/Grad2-2762
Browse files Browse the repository at this point in the history
New history activity codes are added.
  • Loading branch information
githubmamatha authored Jun 26, 2024
2 parents 609dfc3 + 9b869b9 commit 5f0aca1
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
INSERT INTO HISTORY_ACTIVITY_CODE
(HISTORY_ACTIVITY_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE,EXPIRY_DATE)
VALUES
('INSTITUTEALERT','Institute Alert','Alerts received from Institute when either school or district data has changed',270,
TIMESTAMP'2024-06-21 00:00:00.0',NULL);


INSERT INTO HISTORY_ACTIVITY_CODE
(HISTORY_ACTIVITY_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE,EXPIRY_DATE)
VALUES
('PENALERT','PEN Alert','Alerts received from PEN when student demographic data has changed',280,
TIMESTAMP'2024-06-21 00:00:00.0',NULL);


INSERT INTO HISTORY_ACTIVITY_CODE
(HISTORY_ACTIVITY_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE,EXPIRY_DATE)
VALUES
('COREGALERT','Coreg Alert','Alerts received from Coreg when course data has changed',290,
TIMESTAMP'2024-06-21 00:00:00.0',NULL);

0 comments on commit 5f0aca1

Please sign in to comment.