aboutsummaryrefslogtreecommitdiffstats
path: root/client/migrations/0009_merge_20210723_1805.py
blob: 014ac2887d0ef46667716348bbf647089f675abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by Django 3.1.4 on 2021-07-23 16:05

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('client', '0007_groupsettings'),
        ('client', '0008_usercode_avs_number'),
    ]

    operations = [
    ]