summaryrefslogtreecommitdiff
path: root/app/unused_apps/essays/migrations/0008_merge_20190303_1638.py
blob: 7c155d81d0ea3ce7327dbe86078ea4d14201a978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = [
    ]