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