17 lines
348 B
Python
17 lines
348 B
Python
# Generated by Django 5.2.6 on 2025-10-29 10:59
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0009_agencymessage_priority_agencymessage_recipient_user_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='AgencyMessage',
|
|
),
|
|
]
|