summaryrefslogtreecommitdiff
path: root/src/orchestration/migrations/0012_merge_20200702_0053.py
blob: f31df448c351192177985f738c70d3cc9d560b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by Django 3.0.8 on 2020-07-02 00:53

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('orchestration', '0008_auto_20200514_1951'),
        ('orchestration', '0011_auto_20200529_1944'),
    ]

    operations = [
    ]