From e5483cbdcd6a79b278d41775e18a2722bd177a9d Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 5 Sep 2023 11:07:59 +0100 Subject: [PATCH] fix: remove migration health check (#2736) --- api/app/settings/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/settings/common.py b/api/app/settings/common.py index 846ef30e824a..cc9d162a8208 100644 --- a/api/app/settings/common.py +++ b/api/app/settings/common.py @@ -133,7 +133,6 @@ # health check plugins "health_check", "health_check.db", - "health_check.contrib.migrations", # Used for ordering models (e.g. FeatureSegment) "ordered_model", # Third party integrations