mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			433 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			433 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 2.2.10 on 2020-04-14 12:53
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('stock', '0025_auto_20200405_2243'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='stockitem',
 | |
|             name='uid',
 | |
|             field=models.CharField(blank=True, help_text='Unique identifier field', max_length=128),
 | |
|         ),
 | |
|     ]
 |