From 32a7e17cd63a413a25f269129fecbed2bbeb7601 Mon Sep 17 00:00:00 2001 From: Aneesh Devasthale Date: Fri, 31 Jan 2025 15:30:51 -0800 Subject: [PATCH] Enable the storage add-on v2 in all environments --- config/horizon.json | 1 + config/production.json | 1 + config/stage.json | 1 + config/test.json | 1 + 4 files changed, 4 insertions(+) diff --git a/config/horizon.json b/config/horizon.json index b17919d8428669..b13c0100946e1d 100644 --- a/config/horizon.json +++ b/config/horizon.json @@ -138,6 +138,7 @@ "themes/text-search-lots": true, "two-factor/enhanced-security": true, "upgrades/redirect-payments": true, + "upgrades/storage-add-on-v2": true, "upgrades/upcoming-renewals-notices": true, "upgrades/wpcom-monthly-plans": true, "use-translation-chunks": true, diff --git a/config/production.json b/config/production.json index bae494ad34e602..73feb49d2cb4f9 100644 --- a/config/production.json +++ b/config/production.json @@ -173,6 +173,7 @@ "themes/subscription-purchases": false, "themes/text-search-lots": true, "upgrades/redirect-payments": true, + "upgrades/storage-add-on-v2": true, "upgrades/upcoming-renewals-notices": true, "upgrades/wpcom-monthly-plans": true, "use-translation-chunks": true, diff --git a/config/stage.json b/config/stage.json index 287586e624d0a2..1cfbb117246a4c 100644 --- a/config/stage.json +++ b/config/stage.json @@ -170,6 +170,7 @@ "themes/text-search-lots": true, "two-factor/enhanced-security": true, "upgrades/redirect-payments": true, + "upgrades/storage-add-on-v2": true, "upgrades/upcoming-renewals-notices": true, "upgrades/wpcom-monthly-plans": true, "use-translation-chunks": true, diff --git a/config/test.json b/config/test.json index 89bfaa48465e21..07a23206268ed6 100644 --- a/config/test.json +++ b/config/test.json @@ -123,6 +123,7 @@ "subscribers-dataviews": true, "themes/premium": true, "upgrades/redirect-payments": true, + "upgrades/storage-add-on-v2": true, "upgrades/upcoming-renewals-notices": true, "upgrades/wpcom-monthly-plans": true, "wpcom-user-bootstrap": false,