This commit is contained in:
wh1te909 2022-04-02 08:05:47 +00:00 committed by sadnub
parent d4c5e38857
commit 2c323a13c1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def migrate_check_results(apps, schema_editor):
last_run=check.last_run,
fail_count=check.fail_count,
outage_history=check.outage_history,
extra_detail=check.extra_details,
extra_details=check.extra_details,
stdout=check.stdout,
stderr=check.stderr,
retcode=check.retcode,