bookwyrm/bookwyrm/migrations/0191_merge_20240102_0326.py

14 lines
300 B
Python
Raw Normal View History

2024-01-02 03:29:24 +00:00
# Generated by Django 3.2.23 on 2024-01-02 03:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2024-01-02 03:33:49 +00:00
("bookwyrm", "0189_alter_user_preferred_language"),
("bookwyrm", "0190_alter_notification_notification_type"),
2024-01-02 03:29:24 +00:00
]
2024-01-02 03:33:49 +00:00
operations = []