Merge pull request #3355 from bookwyrm-social/merge-migration

Adds merge migration
This commit is contained in:
Mouse Reeve 2024-04-09 06:04:15 -05:00 committed by GitHub
commit b6aba44e42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,13 @@
# 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 = []