add makemigrations merge file

This commit is contained in:
Hugh Rundle 2021-10-17 06:33:11 +11:00
parent 6e5c0cc4c3
commit 9116af1b3f

View file

@ -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 = []