From 2c323a13c17bbbaef679dcb2985ebe9ca42cf8db Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 2 Apr 2022 08:05:47 +0000 Subject: [PATCH] typo --- api/tacticalrmm/checks/migrations/0027_auto_20220401_2248.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tacticalrmm/checks/migrations/0027_auto_20220401_2248.py b/api/tacticalrmm/checks/migrations/0027_auto_20220401_2248.py index fda7e929..5819eba0 100644 --- a/api/tacticalrmm/checks/migrations/0027_auto_20220401_2248.py +++ b/api/tacticalrmm/checks/migrations/0027_auto_20220401_2248.py @@ -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,