From 382f98ceedd4f81a1692160f87358488d2a11d13 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 13 Mar 2023 22:14:56 -0400 Subject: [PATCH] Fixing migration files --- ...5_add_hostmetric_fields.py => 0180_add_hostmetric_fields.py} | 2 +- ...metricsummarymonthly.py => 0181_hostmetricsummarymonthly.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename awx/main/migrations/{0175_add_hostmetric_fields.py => 0180_add_hostmetric_fields.py} (96%) rename awx/main/migrations/{0176_hostmetricsummarymonthly.py => 0181_hostmetricsummarymonthly.py} (96%) 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 = [