From 588d46081c430ce69af3518bcdefb78048a19c18 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 13 Jan 2020 10:52:37 -0500 Subject: [PATCH] reorder migrations after a rebase --- ...e_computed_fields.py => 0102_v370_remove_computed_fields.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0101_v370_remove_computed_fields.py => 0102_v370_remove_computed_fields.py} (95%) diff --git a/awx/main/migrations/0101_v370_remove_computed_fields.py b/awx/main/migrations/0102_v370_remove_computed_fields.py similarity index 95% rename from awx/main/migrations/0101_v370_remove_computed_fields.py rename to awx/main/migrations/0102_v370_remove_computed_fields.py index 765ad9f1ca57..78c79584f648 100644 --- a/awx/main/migrations/0101_v370_remove_computed_fields.py +++ b/awx/main/migrations/0102_v370_remove_computed_fields.py @@ -8,7 +8,7 @@ class Migration(migrations.Migration): dependencies = [ - ('main', '0100_v370_projectupdate_job_tags'), + ('main', '0101_v370_generate_new_uuids_for_iso_nodes'), ] operations = [