mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-07 04:55:40 +02:00
Set auditlog migration vars to False
This commit is contained in:
parent
68bc920010
commit
87e8310c6d
1 changed files with 2 additions and 2 deletions
|
@ -785,6 +785,6 @@ if DEBUG:
|
||||||
# Run:
|
# Run:
|
||||||
# cf run-task getgov-<> --wait --command 'python manage.py auditlogmigratejson --traceback' --name auditlogmigratejson
|
# 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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue