From 3a4d6067445279fb34dfee00c183f48bc6c9a146 Mon Sep 17 00:00:00 2001 From: AdalbertoMoz Date: Tue, 18 Jun 2024 09:53:34 -0600 Subject: [PATCH] Fix: Change Domain and Hostnames for Review Apps in cleanup.sql --- cleanup.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cleanup.sql b/cleanup.sql index 19bc41e7a2d..248cd9ef331 100644 --- a/cleanup.sql +++ b/cleanup.sql @@ -20,15 +20,15 @@ BEGIN -- Update the site domain UPDATE django_site - SET domain = '{DOMAIN}.herokuapp.com' + SET domain = '{DOMAIN}.mofostaging.net' WHERE domain = 'foundation.mofostaging.net'; UPDATE wagtailcore_site - SET hostname = '{HOSTNAME}.herokuapp.com' + SET hostname = '{HOSTNAME}.mofostaging.net' WHERE hostname = 'foundation.mofostaging.net'; UPDATE wagtailcore_site - SET hostname = 'mozillafestival.mofostaging.net' + SET hostname = 'mozfest-{HOSTNAME}.mofostaging.net' WHERE hostname = 'mozillafestival.mofostaging.net'; -- Iterate over each non-staff user and remove any PII