aboutsummaryrefslogblamecommitdiffstats
path: root/ctrack/caf/migrations/0012_auto_20200226_2202.py
blob: 0dbfd1741d9cc3fa0688c02aa39ddd5664ccf32b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                               
# Generated by Django 2.2.9 on 2020-02-26 22:02

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('caf', '0011_auto_20200225_0830'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='caffilestore',
            options={},
        ),
    ]