20 lines
		
	
	
		
			455 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			455 B
		
	
	
	
		
			Python
		
	
	
	
# Generated by Django 3.2.12 on 2023-11-01 10:15
 | 
						|
 | 
						|
from django.db import migrations
 | 
						|
 | 
						|
 | 
						|
class Migration(migrations.Migration):
 | 
						|
 | 
						|
    dependencies = [
 | 
						|
        ('mtm', '0022_alter_material_cate'),
 | 
						|
        ('system', '0002_myschedule'),
 | 
						|
        ('wpm', '0025_auto_20231101_1751'),
 | 
						|
    ]
 | 
						|
 | 
						|
    operations = [
 | 
						|
        migrations.AlterUniqueTogether(
 | 
						|
            name='wmaterial',
 | 
						|
            unique_together={('material', 'batch', 'belong_dept')},
 | 
						|
        ),
 | 
						|
    ]
 |