diff --git a/core/migrations/0004_merge_20191115_1041.py b/core/migrations/0004_merge_20191115_1041.py new file mode 100644 index 0000000000000000000000000000000000000000..bdb99cb6ba5f525e2299e00085127cce7c35f998 --- /dev/null +++ b/core/migrations/0004_merge_20191115_1041.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.17 on 2019-11-15 03:41 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('core', '0003_auto_20191115_0855'), + ('core', '0002_auto_20191109_2249'), + ] + + operations = [ + ]