aboutsummaryrefslogtreecommitdiffstats
path: root/client/migrations/0012_remove_usercode_midata_code.py
blob: 3f3d876a201852c5e2afd6c261221bbfe0aae205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by Django 3.1.4 on 2022-01-04 15:09

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('client', '0011_usercode_midata_code'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='usercode',
            name='midata_code',
        ),
    ]