Removes unused related_book
field on notification model
This commit is contained in:
parent
300eea3b94
commit
8d266fda4d
3 changed files with 17 additions and 3 deletions
17
bookwyrm/migrations/0149_remove_notification_related_book.py
Normal file
17
bookwyrm/migrations/0149_remove_notification_related_book.py
Normal 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",
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue