# Generated by Django 5.1.6 on 2025-02-19 04:32

import django.db.models.deletion
from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('account', '0021_remove_attendancesummary_battalion_approved_and_more'),
    ]

    operations = [
        migrations.AlterField(
            model_name='companytakeattendance',
            name='company',
            field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, to='account.company'),
        ),
    ]
