Set auditlog migration vars to True, will set to False in a separate PR

This commit is contained in:
Rachid Mrad 2024-04-30 21:11:21 -04:00
parent a20a9154a6
commit 658ab94622
No known key found for this signature in database

View file

@ -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 = False
AUDITLOG_TWO_STEP_MIGRATION = True
AUDITLOG_USE_TEXT_CHANGES_IF_JSON_IS_NOT_PRESENT = False
AUDITLOG_USE_TEXT_CHANGES_IF_JSON_IS_NOT_PRESENT = True