diff options
Diffstat (limited to 'src/orchestration/migrations/0008_auto_20200514_1951.py')
| -rw-r--r-- | src/orchestration/migrations/0008_auto_20200514_1951.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/orchestration/migrations/0008_auto_20200514_1951.py b/src/orchestration/migrations/0008_auto_20200514_1951.py new file mode 100644 index 0000000..d85773d --- /dev/null +++ b/src/orchestration/migrations/0008_auto_20200514_1951.py @@ -0,0 +1,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', + ), + ] |
