-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COT-906 Amended work types for CIVIL hearing centre admin and hearing…
… centre … (#2140) * Amended work types for CIVIL hearing centre admin and hearing centre team leader roles. Changes put behind new v2.1 flag * Reverted changes incorrectly made to current functional test * Added work types to test again and updated feature toggle annotation to correct flag version * Update src/main/resources/db/migration/V20241025_906__COT-906_CIVIL_WA_2_1_base_flag_addition.sql Co-authored-by: abul-syed <130474274+abul-syed@users.noreply.github.com> * Update src/main/resources/db/migration/V20241025_906__COT-906_CIVIL_WA_2_1_base_flag_addition.sql Co-authored-by: abul-syed <130474274+abul-syed@users.noreply.github.com> * Added comment to remove rules after go-live as part of DTSAM-591 --------- Co-authored-by: abul-syed <130474274+abul-syed@users.noreply.github.com> Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
- Loading branch information
1 parent
787b945
commit b2fe588
Showing
6 changed files
with
82 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/main/resources/db/migration/V20241025_906__COT-906_CIVIL_WA_2_1_base_flag_addition.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- COT-906: insert civil_wa_2_1 base flag into flag_config table | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'local', 'civil', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'pr', 'civil', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'aat', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'demo', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'perftest', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'ithc', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_2_1', 'prod', 'civil', 'false'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters