diff --git a/awx/main/migrations/0175_add_hostmetric_fields.py b/awx/main/migrations/0180_add_hostmetric_fields.py similarity index 96% rename from awx/main/migrations/0175_add_hostmetric_fields.py rename to awx/main/migrations/0180_add_hostmetric_fields.py index 75090bd678..3d9048adb2 100644 --- a/awx/main/migrations/0175_add_hostmetric_fields.py +++ b/awx/main/migrations/0180_add_hostmetric_fields.py @@ -5,7 +5,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0174_ensure_org_ee_admin_roles'), + ('main', '0179_change_cyberark_plugin_names'), ] operations = [ diff --git a/awx/main/migrations/0176_hostmetricsummarymonthly.py b/awx/main/migrations/0181_hostmetricsummarymonthly.py similarity index 96% rename from awx/main/migrations/0176_hostmetricsummarymonthly.py rename to awx/main/migrations/0181_hostmetricsummarymonthly.py index fe482aa416..3dcac9c4c2 100644 --- a/awx/main/migrations/0176_hostmetricsummarymonthly.py +++ b/awx/main/migrations/0181_hostmetricsummarymonthly.py @@ -5,7 +5,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0175_add_hostmetric_fields'), + ('main', '0180_add_hostmetric_fields'), ] operations = [