diff options
Diffstat (limited to 'ishtar_common/migrations/0057_document_cache_related_label.py')
-rw-r--r-- | ishtar_common/migrations/0057_document_cache_related_label.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ishtar_common/migrations/0057_document_cache_related_label.py b/ishtar_common/migrations/0057_document_cache_related_label.py deleted file mode 100644 index 61a8ea329..000000000 --- a/ishtar_common/migrations/0057_document_cache_related_label.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.10 on 2018-06-04 11:52 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('ishtar_common', '0056_auto_20180601_1555'), - ] - - operations = [ - migrations.AddField( - model_name='document', - name='cache_related_label', - field=models.TextField(blank=True, db_index=True, help_text='Cached value - do not edit', null=True, verbose_name='Related'), - ), - ] |