-
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.
Merge branch 'master' into COT-484_Civil_DJ_SiR_correct_appt_name
- Loading branch information
Showing
6 changed files
with
162 additions
and
22 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
7 changes: 7 additions & 0 deletions
7
...n/resources/db/migration/V20231026_3018__AM-3018_PRIVATELAW_WA_1_3_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,7 @@ | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'local', 'iac', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'pr', 'iac', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'aat', 'iac', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'demo', 'iac', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'perftest', 'iac', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'ithc', 'iac', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('privatelaw_wa_1_3', 'prod', 'iac', 'false'); |
2 changes: 2 additions & 0 deletions
2
src/main/resources/db/migration/V20231030_3032__AM-3031_Enable_PRIVATELAW_WA_1_3_Prod.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,2 @@ | ||
-- enable privatelaw_wa_1_3 flag in Prod for: AM-3018 / AM-3032 | ||
update flag_config set status='true' where flag_name='privatelaw_wa_1_3' and env in ('demo', 'aat', 'perftest', 'ithc', 'prod'); |
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