Add merge migration

This commit is contained in:
Bart Schuurmans 2024-04-15 17:39:11 +02:00
parent de67c73237
commit 77832cbec7

View file

@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-04-15 15:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0205_merge_20240410_2022"),
("bookwyrm", "0205_merge_20240413_0232"),
]
operations = []