diff --git a/InvenTree/part/migrations/0109_auto_20230517_1048.py b/InvenTree/part/migrations/0109_auto_20230517_1048.py index 01e3ad0026..d2ef071050 100644 --- a/InvenTree/part/migrations/0109_auto_20230517_1048.py +++ b/InvenTree/part/migrations/0109_auto_20230517_1048.py @@ -138,6 +138,8 @@ def update_parameter_values(apps, schema_editor): class Migration(migrations.Migration): + atomic = False + dependencies = [ ('part', '0108_auto_20230516_1334'), ]