summaryrefslogtreecommitdiff
path: root/src/orchestration/migrations/0008_auto_20200514_1951.py
blob: d85773d5721d2b5b2d2fc09d513d0c83eec5be3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by Django 3.0.6 on 2020-05-15 01:51

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('orchestration', '0007_auto_20200429_1837'),
    ]

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