1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-24 03:04:10 +00:00

Adds merge migration to import/export PR

This commit is contained in:
Mouse Reeve 2025-03-25 17:25:22 -07:00
parent 6c3f95e416
commit ed4cca1742

View file

@ -0,0 +1,13 @@
# Generated by Django 4.2.16 on 2025-03-26 00:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0211_author_finna_key_book_finna_key"),
("bookwyrm", "0211_remove_userimportbook_fail_reason_and_more"),
]
operations = []