bookwyrm/bookwyrm/migrations/0204_merge_20240409_1042.py

14 lines
293 B
Python
Raw Normal View History

2024-04-09 10:57:27 +00:00
# Generated by Django 3.2.25 on 2024-04-09 10:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2024-04-09 10:59:01 +00:00
("bookwyrm", "0197_mergedauthor_mergedbook"),
("bookwyrm", "0203_user_bookwyrm_us_is_acti_972dc4_idx"),
2024-04-09 10:57:27 +00:00
]
2024-04-09 10:59:01 +00:00
operations = []