remove unneeded data migrations from squashed migrations

This commit is contained in:
Wayne Witzel III
2016-12-13 14:42:24 -05:00
parent 384dbb6da2
commit 434b0f1f25
2 changed files with 0 additions and 9 deletions

View File

@@ -6,7 +6,6 @@
from __future__ import unicode_literals
import awx.main.fields
from awx.main.migrations import _cleanup_deleted as cleanup_deleted
from django.db import migrations, models
import django.db.models.deletion
@@ -248,8 +247,6 @@ class Migration(migrations.Migration):
name='fact',
index_together=set([('timestamp', 'module', 'host')]),
),
# Active flag cleanup
migrations.RunPython(cleanup_deleted.cleanup_deleted),
# Active flag removal
migrations.RemoveField(
model_name='credential',