19 lines
406 B
Python
19 lines
406 B
Python
# Generated by Django 4.2.25 on 2025-12-08 17:45
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('User', '0008_department'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='approval',
|
|
name='completeTiem',
|
|
field=models.DateField(blank=True, default=None, null=True),
|
|
),
|
|
]
|