18 lines
444 B
Python
18 lines
444 B
Python
# Generated by Django 5.1.5 on 2025-02-03 18:00
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('dispatcher', '0009_alter_clocking_remote_realsagexhours'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddConstraint(
|
|
model_name='realsagexhours',
|
|
constraint=models.UniqueConstraint(fields=('parent', 'date'), name='unique_monthly_sagex'),
|
|
),
|
|
]
|