aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/migrations/0015_auto_20201109_1947.py
blob: bbd51e5d94cfd7e3babb5de7659b102d9d45302c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 2.2 on 2020-11-09 19:47

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0014_manual_20200220'),
    ]

    operations = [
        migrations.AlterField(
            model_name='taskconfig',
            name='state',
            field=models.IntegerField(default=0),
        ),
    ]