2
0
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:
Oliver 2025-05-14 12:46:33 +01:00 committed by GitHub
parent d7c293788b
commit aec1de6eb3
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): class Migration(migrations.Migration):
atomic = False
dependencies = [ dependencies = [
('part', '0110_alter_part_units'), ('part', '0110_alter_part_units'),
] ]