Skip to content

Commit

Permalink
Gard2-2341 Part-1
Browse files Browse the repository at this point in the history
Flyway changes: Added history activity codes to the history_activity_code table.
  • Loading branch information
githubmamatha committed Dec 4, 2023
1 parent 209fe29 commit 4a44de6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INSERT INTO HISTORY_ACTIVITY_CODE (HISTORY_ACTIVITY_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE,EXPIRY_DATE)
VALUES ('USEREDITTVRFLAG','User Modify Recalculate Projected Grad ','Recalculate Projected Grad flag updated by User',200,TIMESTAMP'2023-11-27 00:00:00.0',NULL);


INSERT INTO HISTORY_ACTIVITY_CODE (HISTORY_ACTIVITY_CODE,LABEL,DESCRIPTION,DISPLAY_ORDER,EFFECTIVE_DATE,EXPIRY_DATE)
VALUES ('USEREDITALGFLAG','User Modify Recalculate Grad Status ','Recalculate Grad Status flag updated by User',260,TIMESTAMP'2023-11-27 00:00:00.0',NULL);

0 comments on commit 4a44de6

Please sign in to comment.