diff --git a/apps/collection/migrations/0028_merge_20191223_1415.py b/apps/collection/migrations/0028_merge_20191223_1415.py new file mode 100644 index 00000000..52a7287a --- /dev/null +++ b/apps/collection/migrations/0028_merge_20191223_1415.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.7 on 2019-12-23 14:15 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('collection', '0027_auto_20191217_1852'), + ('collection', '0027_auto_20191218_0753'), + ] + + operations = [ + ]