|  | # Generated by Django 3.2.12 on 2025-02-21 09:23
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | from django.db import migrations
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | class Migration(migrations.Migration):
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     dependencies = [
 | 
						
						
						
							|  |         ('inm', '0026_mioitemw_ftest'),
 | 
						
						
						
							|  |     ]
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     operations = [
 | 
						
						
						
							|  |         migrations.AlterUniqueTogether(
 | 
						
						
						
							|  |             name='materialbatch',
 | 
						
						
						
							|  |             unique_together=set(),
 | 
						
						
						
							|  |         ),
 | 
						
						
						
							|  |     ]
 |