mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-18 08:15:21 +00:00
Make data migration non atomic (cherry picked from commit aec1de6eb3ca3250671b0159b7a88dca102579b1) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
d8b1ac5962
commit
7959b6e597
@ -84,6 +84,8 @@ def migrate_part_units(apps, schema_editor):
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('part', '0110_alter_part_units'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user