Merge pull request #2612 from bookwyrm-social/adds-merge-migration

Adds merge migration
This commit is contained in:
Mouse Reeve 2023-01-19 13:22:56 -08:00 committed by GitHub
commit 6425e569c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.16 on 2023-01-19 20:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0173_author_website"),
("bookwyrm", "0174_merge_20230111_1523"),
]
operations = []