Adds merge migration

This commit is contained in:
Mouse Reeve 2021-04-07 11:24:09 -07:00
parent 4e0225749d
commit e3e28973f1

View file

@ -0,0 +1,14 @@
# Generated by Django 3.1.6 on 2021-04-07 18:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0062_auto_20210405_2249'),
('bookwyrm', '0062_auto_20210407_1545'),
]
operations = [
]