add merge migration

This commit is contained in:
Hugh Rundle 2024-04-13 12:39:40 +10:00
parent d48d312c0a
commit c3c46144fe
No known key found for this signature in database
GPG key ID: A7E35779918253F9

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.25 on 2024-04-13 02:32
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0200_auto_20240327_1914"),
("bookwyrm", "0204_merge_20240409_1042"),
]
operations = []