From cc18c1220ac656fcedaae0c2cc56c7aff6de0136 Mon Sep 17 00:00:00 2001 From: Gabe Muniz Date: Sun, 12 Mar 2023 17:44:01 -0400 Subject: [PATCH] Fix migration name collision --- ...ysource_scm_branch.py => 0176_inventorysource_scm_branch.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0175_inventorysource_scm_branch.py => 0176_inventorysource_scm_branch.py} (95%) diff --git a/awx/main/migrations/0175_inventorysource_scm_branch.py b/awx/main/migrations/0176_inventorysource_scm_branch.py similarity index 95% rename from awx/main/migrations/0175_inventorysource_scm_branch.py rename to awx/main/migrations/0176_inventorysource_scm_branch.py index 56eed2da7f..b5a11e1b4d 100644 --- a/awx/main/migrations/0175_inventorysource_scm_branch.py +++ b/awx/main/migrations/0176_inventorysource_scm_branch.py @@ -5,7 +5,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0174_ensure_org_ee_admin_roles'), + ('main', '0175_workflowjob_is_bulk_job'), ] operations = [