mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Fix data migration (#6652)
- Force part.0109 to be non-atomic - Ref: https://github.com/inventree/InvenTree/discussions/6641
This commit is contained in:
		| @@ -138,6 +138,8 @@ def update_parameter_values(apps, schema_editor): | |||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|  |     atomic = False | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ('part', '0108_auto_20230516_1334'), |         ('part', '0108_auto_20230516_1334'), | ||||||
|     ] |     ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user