Skip to content

Commit

Permalink
Merge pull request #700 from hmcts/RDCC-6255
Browse files Browse the repository at this point in the history
[RDCC-6255]SRD : Update Skills for Family Private Law
  • Loading branch information
manukundloo-hmcts authored Apr 5, 2023
2 parents c15695a + 88688fc commit f1d22ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DELETE FROM SKILL WHERE skill_code IN ('SKILL:ABA5:GATEKEEPINGC100','SKILL:ABA5:GATEKEEPINGFL401');

INSERT INTO SKILL(skill_id,skill_code,description,service_id,user_type,created_date,last_update) VALUES
(38,'SKILL:ABA5:GATEKEEPING','Gatekeeping','ABA5','Legal Office',timezone('utc', now()),timezone('utc', now()));
4 changes: 4 additions & 0 deletions src/main/resources/db/migration/V1_20__update_skill_table.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DELETE FROM SKILL WHERE skill_code IN ('SKILL:ABA5:GATEKEEPINGC100','SKILL:ABA5:GATEKEEPINGFL401');

INSERT INTO SKILL(skill_id,skill_code,description,service_id,user_type,created_date,last_update) VALUES
(38,'SKILL:ABA5:GATEKEEPING','Gatekeeping','ABA5','Legal Office',timezone('utc', now()),timezone('utc', now()));

0 comments on commit f1d22ec

Please sign in to comment.