-
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-443 + civil appt Circuit Judge (sitting in retirement) (#2026)
Co-authored-by: Matt Nayler <57350764+mattnayler@users.noreply.github.com>
- Loading branch information
1 parent
56f068d
commit db97297
Showing
6 changed files
with
111 additions
and
46 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
8 changes: 8 additions & 0 deletions
8
src/main/resources/db/migration/V20240731_443__DTSAM-443_CIVIL_WA_1_8_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-443: insert civil_wa_1_8 base flag into flag_config table | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', 'local', 'civil', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', 'pr', 'civil', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', 'aat', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', 'demo', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', 'perftest', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', 'ithc', 'civil', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('civil_wa_1_8', '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
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