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:
parent
6c3f95e416
commit
ed4cca1742
1 changed files with 13 additions and 0 deletions
13
bookwyrm/migrations/0212_merge_20250326_0023.py
Normal file
13
bookwyrm/migrations/0212_merge_20250326_0023.py
Normal 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 = []
|
Loading…
Reference in a new issue