summaryrefslogtreecommitdiff
path: root/archaeological_operations/migrations/0071_auto_20191115_1650.py
blob: 992142752e421cc83b216ef9efece56e6d890769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-
# Generated by Django 1.11.18 on 2019-11-15 16:50
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('archaeological_operations', '0070_auto_20190923_1408'),
    ]

    operations = [
        migrations.AlterField(
            model_name='culturalattributiontype',
            name='order',
            field=models.IntegerField(default=10, verbose_name='Order'),
        ),
    ]