Skip to content

Commit

Permalink
Merge pull request #723 from hmcts/RDCC-6750
Browse files Browse the repository at this point in the history
[RDCC-6750]Staff UI : Add new Skills for Family Private Law
  • Loading branch information
manukundloo-hmcts authored May 17, 2023
2 parents 78602a9 + 56957c3 commit 1048976
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/db/migration/V1_22__update_skill_table.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
INSERT INTO SKILL(skill_id,skill_code,description,service_id,user_type,created_date,last_update) VALUES
(39,'SKILL:ABA5:GATEKEEPINGC100','Gatekeeping C100','ABA5','Legal Office',timezone('utc', now()),timezone('utc', now()));

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

0 comments on commit 1048976

Please sign in to comment.