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