From a6712cfd60a6de5f874c043a416707b8bb36b0e1 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 27 Aug 2020 16:20:06 -0400 Subject: [PATCH] bump inv plugin migration to avoid conflict --- .../{0118_inventory_plugins.py => 0119_inventory_plugins.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0118_inventory_plugins.py => 0119_inventory_plugins.py} (98%) diff --git a/awx/main/migrations/0118_inventory_plugins.py b/awx/main/migrations/0119_inventory_plugins.py similarity index 98% rename from awx/main/migrations/0118_inventory_plugins.py rename to awx/main/migrations/0119_inventory_plugins.py index 991de733d3..670fb7887b 100644 --- a/awx/main/migrations/0118_inventory_plugins.py +++ b/awx/main/migrations/0119_inventory_plugins.py @@ -42,7 +42,7 @@ def inventory_source_vars_forward(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ('main', '0117_v400_remove_cloudforms_inventory'), + ('main', '0118_add_remote_archive_scm_type'), ] operations = [