From 6e598dfce5f2da32f1a23d031225c2552e80fe11 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 20 Feb 2025 14:43:45 +0000 Subject: [PATCH] update --- inventory/migrations/0038_customgroup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/migrations/0038_customgroup.py b/inventory/migrations/0038_customgroup.py index 4e822640..2b632508 100644 --- a/inventory/migrations/0038_customgroup.py +++ b/inventory/migrations/0038_customgroup.py @@ -8,7 +8,8 @@ class Migration(migrations.Migration): dependencies = [ ('auth', '0012_alter_user_first_name_max_length'), - ('inventory', '0037_alter_schedule_scheduled_type'), + # ('inventory', '0037_alter_schedule_scheduled_type'), + ('inventory', '0034_remove_subscription_plan_remove_subscription_users_and_more'), ] operations = [