diff --git a/src/backend/InvenTree/common/migrations/0042_note.py b/src/backend/InvenTree/common/migrations/0044_note.py similarity index 98% rename from src/backend/InvenTree/common/migrations/0042_note.py rename to src/backend/InvenTree/common/migrations/0044_note.py index 409eec9f5c..68ff194a47 100644 --- a/src/backend/InvenTree/common/migrations/0042_note.py +++ b/src/backend/InvenTree/common/migrations/0044_note.py @@ -9,7 +9,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("common", "0041_auto_20251203_1244"), + ("common", "0043_auto_20260518_1206"), ("contenttypes", "0002_remove_content_type_name"), migrations.swappable_dependency(settings.AUTH_USER_MODEL), ]