aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/migrations/0022_merge_20211102_2136.py
blob: bb27ae4f6d55de6a85be630ba8376ed52f40fe97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by Django 2.2 on 2021-11-02 21:36

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0019_auto_20210907_1448'),
        ('api', '0021_auto_20210405_1943'),
    ]

    operations = [
    ]