20 lines
461 B
Python
20 lines
461 B
Python
![]() |
# Generated by Django 5.2.6 on 2025-09-10 10:53
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("risks", "0021_risk_status_notificationpreference"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="notification",
|
||
|
options={
|
||
|
"verbose_name": "Notification",
|
||
|
"verbose_name_plural": "Notifications",
|
||
|
},
|
||
|
),
|
||
|
]
|