factory/apps/wpm/migrations/0043_alter_stlog_unique_tog...

19 lines
390 B
Python

# Generated by Django 3.2.12 on 2024-05-13 15:05
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('mtm', '0028_shift_sort'),
('wpm', '0042_mlog_count_n_thhs'),
]
operations = [
migrations.AlterUniqueTogether(
name='stlog',
unique_together={('mgroup', 'start_time')},
),
]