Merge migration

This commit is contained in:
Mouse Reeve 2021-08-29 11:20:30 -07:00
parent 57ef1522b5
commit e98ee64e2b

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.4 on 2021-08-29 18:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0086_auto_20210827_1727"),
("bookwyrm", "0086_auto_20210828_1724"),
]
operations = []