diff --git a/src/main/resources/db/migration/V20241202_595__DTSAM-595_Enable_civil_wa_2_0_Prod.sql b/src/main/resources/db/migration/V20241202_595__DTSAM-595_Enable_civil_wa_2_0_Prod.sql new file mode 100644 index 000000000..f8c2b4c7d --- /dev/null +++ b/src/main/resources/db/migration/V20241202_595__DTSAM-595_Enable_civil_wa_2_0_Prod.sql @@ -0,0 +1,2 @@ +-- enable civil_wa_2_0 flag in Prod for: DTSAM-595 / DTSAM-575 +update flag_config set status='true' where flag_name='civil_wa_2_0' and env in ('demo', 'aat', 'perftest', 'ithc', 'prod');