1
0
Fork 0

Removes unused related_book field on notification model

This commit is contained in:
Mouse Reeve 2022-04-08 15:21:06 -07:00
parent 300eea3b94
commit 8d266fda4d
3 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,17 @@
# Generated by Django 3.2.12 on 2022-04-08 22:20
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0148_alter_user_preferred_language"),
]
operations = [
migrations.RemoveField(
model_name="notification",
name="related_book",
),
]