From 49e87a9cb4e32c30e004dbf87f1b8f4d8326282f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Jan 2020 17:41:48 +0100 Subject: Finish migration refactoring --- ishtar_common/migrations/0065_author_cached_label.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ishtar_common/migrations/0065_author_cached_label.py (limited to 'ishtar_common/migrations/0065_author_cached_label.py') diff --git a/ishtar_common/migrations/0065_author_cached_label.py b/ishtar_common/migrations/0065_author_cached_label.py deleted file mode 100644 index adaaed9fa..000000000 --- a/ishtar_common/migrations/0065_author_cached_label.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.10 on 2018-08-14 15:53 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('ishtar_common', '0064_auto_20180808_1116'), - ] - - operations = [ - migrations.AddField( - model_name='author', - name='cached_label', - field=models.TextField(blank=True, db_index=True, null=True, verbose_name='Cached name'), - ), - ] -- cgit v1.2.3