moviewyrm/bookwyrm/migrations/0142_merge_20220225_2103.py

15 lines
280 B
Python
Raw Normal View History

2022-02-25 21:03:49 +00:00
# Generated by Django 3.2.12 on 2022-02-25 21:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0134_alter_stopped_reading'),
('bookwyrm', '0141_alter_report_status'),
]
operations = [
]