2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-18 08:15:21 +00:00

Update 0111_auto_20230521_1350.py (#9659) (#9660)

Make data migration non atomic

(cherry picked from commit aec1de6eb3ca3250671b0159b7a88dca102579b1)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2025-05-14 12:59:26 +01:00 committed by GitHub
parent d8b1ac5962
commit 7959b6e597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'),
]