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