Merge pull request #2120 from cisagov/revert-auditlog-migration-settings

Revert auditlog migration settings
This commit is contained in:
zandercymatics 2024-05-07 13:21:06 -06:00 committed by GitHub
commit 1b6e6debf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -800,6 +800,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