Adds merge migration

This commit is contained in:
Mouse Reeve 2021-08-04 10:46:56 -07:00
parent 63c8301eb9
commit 2b1d647c85

View file

@ -0,0 +1,14 @@
# Generated by Django 3.2.4 on 2021-08-04 17:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0046_user_default_post_privacy'),
('bookwyrm', '0078_add_shelved_date'),
]
operations = [
]