Revert auditlog migration settings

This commit is contained in:
Rachid Mrad 2024-05-02 17:08:28 -04:00
parent e34dfbccdb
commit ea4235925e
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 = 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