15 lines
330 B
Python
15 lines
330 B
Python
# Generated by Django 5.2.7 on 2025-10-06 12:24
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0013_formfield_formstage_remove_formsubmission_form_and_more'),
|
|
('recruitment', '0018_alter_jobposting_hiring_agency'),
|
|
]
|
|
|
|
operations = [
|
|
]
|