Adds merge migration

This commit is contained in:
Mouse Reeve 2024-04-09 05:57:27 -05:00
parent 73630331d1
commit af0bd90c15

View file

@ -0,0 +1,14 @@
# Generated by Django 3.2.25 on 2024-04-09 10:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0197_mergedauthor_mergedbook'),
('bookwyrm', '0203_user_bookwyrm_us_is_acti_972dc4_idx'),
]
operations = [
]