Adds merge migration

This commit is contained in:
Mouse Reeve 2024-01-01 19:29:24 -08:00
parent fb16806afe
commit 86d79f537a

View file

@ -0,0 +1,14 @@
# Generated by Django 3.2.23 on 2024-01-02 03:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0189_alter_user_preferred_language'),
('bookwyrm', '0190_alter_notification_notification_type'),
]
operations = [
]