aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users/migrations/0005_delete_userprofile.py
blob: 42f62bb25817cd57e21eb5cc569ce177448af4ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated by Django 3.0.5 on 2020-05-25 14:41

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('users', '0004_auto_20200524_1945'),
    ]

    operations = [
        migrations.DeleteModel(
            name='UserProfile',
        ),
    ]