bookwyrm/bookwyrm/migrations/0175_merge_0173_author_website_0174_merge_20230111_1523.py

14 lines
268 B
Python
Raw Normal View History

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