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 = [