diff --git a/bookwyrm/migrations/0111_merge_0107_auto_20211016_0639_0110_auto_20211015_1734.py b/bookwyrm/migrations/0111_merge_0107_auto_20211016_0639_0110_auto_20211015_1734.py new file mode 100644 index 00000000..f5f316c1 --- /dev/null +++ b/bookwyrm/migrations/0111_merge_0107_auto_20211016_0639_0110_auto_20211015_1734.py @@ -0,0 +1,13 @@ +# Generated by Django 3.2.5 on 2021-10-16 19:30 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("bookwyrm", "0107_auto_20211016_0639"), + ("bookwyrm", "0110_auto_20211015_1734"), + ] + + operations = []