bookwyrm/bookwyrm/migrations/0187_merge_20231115_0846.py
Hugh Rundle 54ec5e2ae0
Fix migrations properly (#3116)
* Revert "fix migrations and linting"
This reverts commit 53e410627f.
* really fix migrations
2023-11-15 19:54:16 +11:00

14 lines
289 B
Python

# Generated by Django 3.2.23 on 2023-11-15 08:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0184_auto_20231106_0421"),
("bookwyrm", "0186_alter_notification_notification_type"),
]
operations = []