18 lines
324 B
Python
18 lines
324 B
Python
![]() |
# Generated by Django 5.2.6 on 2025-09-07 16:55
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('risks', '0005_incidents'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameModel(
|
||
|
old_name='Incidents',
|
||
|
new_name='Incident',
|
||
|
),
|
||
|
]
|