19 lines
414 B
Python
19 lines
414 B
Python
# Generated by Django 3.2.12 on 2023-11-17 09:24
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mtm', '0024_auto_20231116_1416'),
|
|
('hrm', '0017_auto_20231117_1700'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='attendance',
|
|
unique_together={('employee', 'work_date', 'shift')},
|
|
),
|
|
]
|