mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Update 0111_auto_20230521_1350.py (#9659)
Make data migration non atomic
This commit is contained in:
@ -84,6 +84,8 @@ def migrate_part_units(apps, schema_editor):
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('part', '0110_alter_part_units'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user