diff options
Diffstat (limited to 'bak/unused_apps/essays/migrations/0008_merge_20190303_1638.py')
-rw-r--r-- | bak/unused_apps/essays/migrations/0008_merge_20190303_1638.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bak/unused_apps/essays/migrations/0008_merge_20190303_1638.py b/bak/unused_apps/essays/migrations/0008_merge_20190303_1638.py new file mode 100644 index 0000000..7c155d8 --- /dev/null +++ b/bak/unused_apps/essays/migrations/0008_merge_20190303_1638.py @@ -0,0 +1,14 @@ +# Generated by Django 2.1.2 on 2019-03-03 16:38 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('essays', '0007_essay_has_video'), + ('essays', '0006_auto_20190303_1625'), + ] + + operations = [ + ] |