diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-01 15:46:18 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
| commit | 898711cbba90f11997e1ef6480999bef5c870e2d (patch) | |
| tree | f3dbbde9ae3d2b4b93d3b60207d6229502e5bbee /archaeological_finds/migrations/0107_auto_20201117_0759.py | |
| parent | babba00f09b77972cc35fcea59b31d4615685ab7 (diff) | |
| download | Ishtar-898711cbba90f11997e1ef6480999bef5c870e2d.tar.bz2 Ishtar-898711cbba90f11997e1ef6480999bef5c870e2d.zip | |
Migration squash
Diffstat (limited to 'archaeological_finds/migrations/0107_auto_20201117_0759.py')
| -rw-r--r-- | archaeological_finds/migrations/0107_auto_20201117_0759.py | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/archaeological_finds/migrations/0107_auto_20201117_0759.py b/archaeological_finds/migrations/0107_auto_20201117_0759.py deleted file mode 100644 index c451c601a..000000000 --- a/archaeological_finds/migrations/0107_auto_20201117_0759.py +++ /dev/null @@ -1,35 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.27 on 2020-11-17 07:59 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('archaeological_finds', '0106_auto_20201104_1000'), - ] - - operations = [ - migrations.AddField( - model_name='basefind', - name='custom_index', - field=models.IntegerField(blank=True, null=True, verbose_name='Custom index'), - ), - migrations.AddField( - model_name='find', - name='custom_index', - field=models.IntegerField(blank=True, null=True, verbose_name='Custom index'), - ), - migrations.AddField( - model_name='historicalbasefind', - name='custom_index', - field=models.IntegerField(blank=True, null=True, verbose_name='Custom index'), - ), - migrations.AddField( - model_name='historicalfind', - name='custom_index', - field=models.IntegerField(blank=True, null=True, verbose_name='Custom index'), - ), - ] |
