2
0
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:
Oliver
2025-05-14 12:46:33 +01:00
committed by GitHub
parent d7c293788b
commit aec1de6eb3

View File

@ -84,6 +84,8 @@ def migrate_part_units(apps, schema_editor):
class Migration(migrations.Migration):
atomic = False
dependencies = [
('part', '0110_alter_part_units'),
]