From e784a7c0a3baecddf1c56ca6fd997b367a0c1d83 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Thu, 21 May 2020 14:52:06 -0400 Subject: [PATCH] bump migrations --- ...ms_inventory.py => 0117_v400_remove_cloudforms_inventory.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0116_v400_remove_cloudforms_inventory.py => 0117_v400_remove_cloudforms_inventory.py} (96%) diff --git a/awx/main/migrations/0116_v400_remove_cloudforms_inventory.py b/awx/main/migrations/0117_v400_remove_cloudforms_inventory.py similarity index 96% rename from awx/main/migrations/0116_v400_remove_cloudforms_inventory.py rename to awx/main/migrations/0117_v400_remove_cloudforms_inventory.py index 91ea6ae481..8c33318755 100644 --- a/awx/main/migrations/0116_v400_remove_cloudforms_inventory.py +++ b/awx/main/migrations/0117_v400_remove_cloudforms_inventory.py @@ -11,7 +11,7 @@ def convert_cloudforms_to_scm(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ('main', '0115_v370_schedule_set_null'), + ('main', '0116_v400_remove_hipchat_notifications'), ] operations = [