diff --git a/awx/main/migrations/0045_v330_remove_client_credentials_grant.py b/awx/main/migrations/0046_v330_remove_client_credentials_grant.py similarity index 91% rename from awx/main/migrations/0045_v330_remove_client_credentials_grant.py rename to awx/main/migrations/0046_v330_remove_client_credentials_grant.py index db919c55b7..e4eca09fa8 100644 --- a/awx/main/migrations/0045_v330_remove_client_credentials_grant.py +++ b/awx/main/migrations/0046_v330_remove_client_credentials_grant.py @@ -8,7 +8,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0044_v330_add_inventory_update_inventory'), + ('main', '0045_v330_instance_managed_by_policy'), ] operations = [