Adds merge migration

This commit is contained in:
Mouse Reeve 2022-05-26 10:23:32 -07:00
parent 77a7dfa924
commit 23c6019340

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.13 on 2022-05-26 17:16
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0148_alter_user_preferred_language"),
("bookwyrm", "0148_merge_20220326_2006"),
]
operations = []