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