From ec20081d745e3c95915151521b2fd7d9b9a7d565 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Wed, 14 Aug 2019 11:39:35 -0700 Subject: [PATCH] bump migration --- ...ssages.py => 0085_v360_add_notificationtemplate_messages.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0083_v360_add_notificationtemplate_messages.py => 0085_v360_add_notificationtemplate_messages.py} (96%) diff --git a/awx/main/migrations/0083_v360_add_notificationtemplate_messages.py b/awx/main/migrations/0085_v360_add_notificationtemplate_messages.py similarity index 96% rename from awx/main/migrations/0083_v360_add_notificationtemplate_messages.py rename to awx/main/migrations/0085_v360_add_notificationtemplate_messages.py index 51929b95ae..388b6d3a0e 100644 --- a/awx/main/migrations/0083_v360_add_notificationtemplate_messages.py +++ b/awx/main/migrations/0085_v360_add_notificationtemplate_messages.py @@ -10,7 +10,7 @@ import awx.main.fields class Migration(migrations.Migration): dependencies = [ - ('main', '0082_v360_webhook_http_method'), + ('main', '0084_v360_token_description'), ] operations = [