From e3c1189f567caef23c09a95883b64a1f0a9f1613 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 16 Sep 2019 10:02:36 -0400 Subject: [PATCH] bump migration --- .../{0089_v360_WFJT_prompts.py => 0090_v360_WFJT_prompts.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0089_v360_WFJT_prompts.py => 0090_v360_WFJT_prompts.py} (98%) diff --git a/awx/main/migrations/0089_v360_WFJT_prompts.py b/awx/main/migrations/0090_v360_WFJT_prompts.py similarity index 98% rename from awx/main/migrations/0089_v360_WFJT_prompts.py rename to awx/main/migrations/0090_v360_WFJT_prompts.py index db080d71ef..1fa317e71b 100644 --- a/awx/main/migrations/0089_v360_WFJT_prompts.py +++ b/awx/main/migrations/0090_v360_WFJT_prompts.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0088_v360_dashboard_optimizations'), + ('main', '0089_v360_new_job_event_types'), ] operations = [