20 lines
		
	
	
		
			411 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			411 B
		
	
	
	
		
			Python
		
	
	
	
# Generated by Django 3.2.6 on 2021-11-08 01:51
 | 
						|
 | 
						|
from django.db import migrations
 | 
						|
 | 
						|
 | 
						|
class Migration(migrations.Migration):
 | 
						|
 | 
						|
    dependencies = [
 | 
						|
        ('mtm', '0028_auto_20211102_1707'),
 | 
						|
        ('qm', '0003_testrecord'),
 | 
						|
        ('inm', '0010_auto_20211102_1631'),
 | 
						|
    ]
 | 
						|
 | 
						|
    operations = [
 | 
						|
        migrations.RenameModel(
 | 
						|
            old_name='FIFODetail',
 | 
						|
            new_name='FIFOItem',
 | 
						|
        ),
 | 
						|
    ]
 |