Improve notif and organization add member
This commit is contained in:
parent
cdbed121cd
commit
7406d081aa
10 changed files with 297 additions and 149 deletions
21
judge/migrations/0190_deprecate_old_notif_fields.py
Normal file
21
judge/migrations/0190_deprecate_old_notif_fields.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Generated by Django 3.2.18 on 2024-08-13 10:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("judge", "0189_organization_image"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="notification",
|
||||
name="comment",
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="notification",
|
||||
name="read",
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue