aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/migrations/0013_auto_20200227_0827.py
blob: 6aab6b4d06b905afedbfe6a520f8c5bf849be69f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 2.2.9 on 2020-02-27 08:27

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('organisations', '0004_auto_20200220_1634'),
        ('caf', '0012_auto_20200226_2202'),
    ]

    operations = [
        migrations.RenameModel(
            old_name='CAFFileStore',
            new_name='FileStore',
        ),
    ]