19 lines
		
	
	
		
			390 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			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')},
 | 
						|
        ),
 | 
						|
    ]
 |