Skip to content

Commit

Permalink
Update V1_1__init_tables.sql (#454)
Browse files Browse the repository at this point in the history
* Update V1_1__init_tables.sql

* Update V1_1__init_tables.sql

* Update V1_1__init_tables.sql

* Update V1_1__init_tables.sql
  • Loading branch information
SabinaHMCTS authored Feb 4, 2025
1 parent 3d9c284 commit 9b4b877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/db/migration/V1_1__init_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ create table flag_details(
constraint id_unique unique (id)
);

INSERT INTO dbcommondata.flag_details (id,flag_code,value_en,value_cy,category_id) VALUES
INSERT INTO flag_details (id,flag_code,value_en,value_cy,category_id) VALUES
(1,'CF0001','Case','',0),
(2,'PF0001','Party','',0),
(3,'RA0001','Reasonable adjustment','',2),
Expand Down Expand Up @@ -1777,7 +1777,7 @@ INSERT INTO entity_role_codes (categorykey,serviceid,"key",value_en,value_cy,hin
Active varchar(1)
);

INSERT INTO dbcommondata.panel_member_type (categorykey,serviceid,"key",value_en,value_cy,hinttext_en,hinttext_cy,lov_order,parentcategory,parentkey,active) VALUES
INSERT INTO panel_member_type (categorykey,serviceid,"key",value_en,value_cy,hinttext_en,hinttext_cy,lov_order,parentcategory,parentkey,active) VALUES
('PanelMemberType','BBA3','BBA3-DQPM','Disability Qualified Panel Member','','','',NULL,'','','Y'),
('PanelMemberType','BBA3','BBA3-MQPM1','Medically Qualified Panel Member','','','',NULL,'','','Y'),
('PanelMemberType','BBA3','BBA3-MQPM2','Medically Qualified Panel Member','','','',NULL,'','','Y'),
Expand Down

0 comments on commit 9b4b877

Please sign in to comment.