aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/migrations/0017_auto_20210630_1629.py
blob: 643ff5f9206853e7be4d21fff0d8b82f384d96b2 (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 2021-06-30 16:29

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0016_auto_20201109_2149'),
    ]

    operations = [
        migrations.AlterField(
            model_name='snapshotconfig',
            name='image',
            field=models.CharField(max_length=200, null=True),
        ),
    ]