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