Use enums for notification types
This commit is contained in:
parent
72a8229a5c
commit
03f5a3f2c1
2 changed files with 51 additions and 24 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.2.13 on 2022-07-05 03:16
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0151_auto_20220705_0049'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveConstraint(
|
||||
model_name='notification',
|
||||
name='notification_type_valid',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue