From 1d616ac202fd12d72f186a458de170318b51b9c9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 May 2017 13:45:22 +0200 Subject: Manage migrations from v1 --- .../migrations/0004_ishtarsiteprofile_find_index.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ishtar_common/migrations/0004_ishtarsiteprofile_find_index.py (limited to 'ishtar_common/migrations/0004_ishtarsiteprofile_find_index.py') diff --git a/ishtar_common/migrations/0004_ishtarsiteprofile_find_index.py b/ishtar_common/migrations/0004_ishtarsiteprofile_find_index.py deleted file mode 100644 index bea213eae..000000000 --- a/ishtar_common/migrations/0004_ishtarsiteprofile_find_index.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - -from django.db import models, migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('ishtar_common', '0003_auto_20170421_1613'), - ] - - operations = [ - migrations.AddField( - model_name='ishtarsiteprofile', - name='find_index', - field=models.CharField(default=b'O', help_text='To prevent irrlevant indexes, change this parameter only if there is no find in the database', max_length=2, verbose_name='Find index is based on', choices=[('O', 'Operations'), ('CR', 'Context records')]), - ), - ] -- cgit v1.2.3