diff --git a/src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py b/src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py index deed51d15a..774a347455 100644 --- a/src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py +++ b/src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py @@ -126,7 +126,7 @@ class Migration(migrations.Migration): ("common", "0047_note"), ("company", "0079_auto_20260212_1054"), ("order", "0119_transferorderlineitem_line_int"), - ("part", "0150_part_maximum_stock"), + ("part", "0151_part_consumable"), ("stock", "0123_remove_stockitem_review_needed") ] diff --git a/src/backend/InvenTree/part/migrations/0151_remove_part_notes.py b/src/backend/InvenTree/part/migrations/0152_remove_part_notes.py similarity index 88% rename from src/backend/InvenTree/part/migrations/0151_remove_part_notes.py rename to src/backend/InvenTree/part/migrations/0152_remove_part_notes.py index 31c54e231d..069f8d8065 100644 --- a/src/backend/InvenTree/part/migrations/0151_remove_part_notes.py +++ b/src/backend/InvenTree/part/migrations/0152_remove_part_notes.py @@ -6,7 +6,7 @@ from django.db import migrations class Migration(migrations.Migration): dependencies = [ - ("part", "0150_part_maximum_stock"), + ("part", "0151_part_consumable"), ("common", "0049_remove_notesimage_model_id_and_more") ]