15 lines
315 B
Python
15 lines
315 B
Python
# Generated by Django 5.2.7 on 2025-10-13 14:18
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0003_rename_start_date_jobposting_joining_date_and_more'),
|
|
('recruitment', '0008_zoommeeting_password'),
|
|
]
|
|
|
|
operations = [
|
|
]
|