15 lines
333 B
Python
15 lines
333 B
Python
# Generated by Django 6.0.1 on 2026-01-15 11:47
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('complaints', '0004_complaint_created_by_inquiry_created_by_and_more'),
|
|
('complaints', '0005_complaintexplanation_escalated_at_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
]
|