-
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.
DTSAM-360 civil wa update admin workTypes (#1979)
* DTSAM-360 civil wa update admin workTypes * DTSAM-360 update civil s-062 FTA * DTSAM-360 review change (disable rules) --------- Co-authored-by: Matt Nayler <57350764+mattnayler@users.noreply.github.com>
- Loading branch information
1 parent
ec5edb0
commit 7ea23f6
Showing
6 changed files
with
85 additions
and
12 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/V20240702_360__DTSAM-360_CIVIL_WA_1_6_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 @@ | ||
-- DTSAM-360: insert civil_wa_1_6 base flag into flag_config table | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', 'local', 'civil', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', 'pr', 'civil', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', 'aat', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', 'demo', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', 'perftest', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', 'ithc', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_6', '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