diff --git a/awx/main/migrations/0101_v370_remove_computed_fields.py b/awx/main/migrations/0103_v370_remove_computed_fields.py similarity index 96% rename from awx/main/migrations/0101_v370_remove_computed_fields.py rename to awx/main/migrations/0103_v370_remove_computed_fields.py index 765ad9f1ca..ca81402df9 100644 --- a/awx/main/migrations/0101_v370_remove_computed_fields.py +++ b/awx/main/migrations/0103_v370_remove_computed_fields.py @@ -8,7 +8,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0100_v370_projectupdate_job_tags'), + ('main', '0102_v370_unifiedjob_canceled'), ] operations = [