From 87e8310c6da76935b962b5e46d5518d72d00814c Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Thu, 25 Apr 2024 17:25:06 -0400 Subject: [PATCH] Set auditlog migration vars to False --- src/registrar/config/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index 9817476bb..ff9302a40 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -785,6 +785,6 @@ if DEBUG: # Run: # cf run-task getgov-<> --wait --command 'python manage.py auditlogmigratejson --traceback' --name auditlogmigratejson # on our staging and stable, then remove these 2 variables or set to False -AUDITLOG_TWO_STEP_MIGRATION = True +AUDITLOG_TWO_STEP_MIGRATION = False -AUDITLOG_USE_TEXT_CHANGES_IF_JSON_IS_NOT_PRESENT = True +AUDITLOG_USE_TEXT_CHANGES_IF_JSON_IS_NOT_PRESENT = False