mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
- Force part.0109 to be non-atomic
- Ref: https://github.com/inventree/InvenTree/discussions/6641
(cherry picked from commit c48669cf8f
)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1a01e8abee
commit
72dceb28be
@ -138,6 +138,8 @@ def update_parameter_values(apps, schema_editor):
|
|||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
atomic = False
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('part', '0108_auto_20230516_1334'),
|
('part', '0108_auto_20230516_1334'),
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user