mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	- Force part.0109 to be non-atomic
- Ref: https://github.com/inventree/InvenTree/discussions/6641
(cherry picked from commit c48669cf8f)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
			
			
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1a01e8abee
						
					
				
				
					commit
					72dceb28be
				
			@@ -138,6 +138,8 @@ def update_parameter_values(apps, schema_editor):
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    atomic = False
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ('part', '0108_auto_20230516_1334'),
 | 
			
		||||
    ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user