From f6fa11e383a8a6e84f2fb708221338f4df6230e0 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 1 Mar 2016 09:16:48 -0500 Subject: [PATCH] fix Fact migration --- .../{0003_auto_20160209_1615.py => 0004_v300_changes.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename awx/main/migrations/{0003_auto_20160209_1615.py => 0004_v300_changes.py} (95%) diff --git a/awx/main/migrations/0003_auto_20160209_1615.py b/awx/main/migrations/0004_v300_changes.py similarity index 95% rename from awx/main/migrations/0003_auto_20160209_1615.py rename to awx/main/migrations/0004_v300_changes.py index 712234f638..e4439bf3d6 100644 --- a/awx/main/migrations/0003_auto_20160209_1615.py +++ b/awx/main/migrations/0004_v300_changes.py @@ -8,7 +8,7 @@ import jsonbfield.fields class Migration(migrations.Migration): dependencies = [ - ('main', '0002_v300_changes'), + ('main', '0003_v300_changes'), ] operations = [