Add merge migration

This commit is contained in:
Bart Schuurmans 2024-04-10 22:23:35 +02:00
parent f38622fdc9
commit de67c73237

View file

@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-04-10 20:22
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0201_alter_hashtag_name_alter_user_localname"),
("bookwyrm", "0204_merge_20240409_1042"),
]
operations = []