Skip to content

Commit

Permalink
Merge branch 'master' into RDCC-6200-new-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manukundloo-hmcts authored May 17, 2023
2 parents b8e429d + 1048976 commit d47f8b9
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 d47f8b9

Please sign in to comment.