17 lines
421 B
Python
17 lines
421 B
Python
![]() |
# Generated by Django 5.2.6 on 2025-09-09 11:55
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("risks", "0018_alter_auditlog_options_alter_control_options_and_more"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="incident",
|
||
|
options={"verbose_name": "Incident", "verbose_name_plural": "Incidents"},
|
||
|
),
|
||
|
]
|