Adds merge migration

This commit is contained in:
Mouse Reeve 2023-08-06 16:02:28 -07:00
parent a166af9990
commit 518f87ef62

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.20 on 2023-08-06 23:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0180_alter_reportaction_options"),
("bookwyrm", "0180_alter_user_preferred_language"),
]
operations = []