# Generated by Django 5.0.1 on 2024-03-22 11:36

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('myapp', '0021_employeeattendance_in_time_and_more'),
    ]

    operations = [
        migrations.RenameModel(
            old_name='HealthInsurance',
            new_name='Health_Benefit',
        ),
    ]
