From b6a4c34b7aa044805502ba6f2f7f5d7c184e0d97 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Thu, 14 May 2020 14:39:38 -0400 Subject: [PATCH] bump migration number --- ...ms_inventory.py => 0116_v400_remove_cloudforms_inventory.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0115_v400_remove_cloudforms_inventory.py => 0116_v400_remove_cloudforms_inventory.py} (95%) diff --git a/awx/main/migrations/0115_v400_remove_cloudforms_inventory.py b/awx/main/migrations/0116_v400_remove_cloudforms_inventory.py similarity index 95% rename from awx/main/migrations/0115_v400_remove_cloudforms_inventory.py rename to awx/main/migrations/0116_v400_remove_cloudforms_inventory.py index 27670e34c2..91ea6ae481 100644 --- a/awx/main/migrations/0115_v400_remove_cloudforms_inventory.py +++ b/awx/main/migrations/0116_v400_remove_cloudforms_inventory.py @@ -11,7 +11,7 @@ def convert_cloudforms_to_scm(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ('main', '0114_v370_remove_deprecated_manual_inventory_sources'), + ('main', '0115_v370_schedule_set_null'), ] operations = [