diff --git a/src/backend/InvenTree/build/migrations/0060_remove_build_notes.py b/src/backend/InvenTree/build/migrations/0060_remove_build_notes.py index 04359ff807..d2641d62bc 100644 --- a/src/backend/InvenTree/build/migrations/0060_remove_build_notes.py +++ b/src/backend/InvenTree/build/migrations/0060_remove_build_notes.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ("build", "0059_build_tags"), - ("common", "0048_remove_notesimage_model_id_and_more") + ("common", "0049_remove_notesimage_model_id_and_more") ] operations = [ diff --git a/src/backend/InvenTree/common/migrations/0046_note.py b/src/backend/InvenTree/common/migrations/0047_note.py similarity index 98% rename from src/backend/InvenTree/common/migrations/0046_note.py rename to src/backend/InvenTree/common/migrations/0047_note.py index 4807214143..f648a226d0 100644 --- a/src/backend/InvenTree/common/migrations/0046_note.py +++ b/src/backend/InvenTree/common/migrations/0047_note.py @@ -10,7 +10,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("common", "0045_projectcode_active"), + ("common", "0046_alter_emailmessage_global_id_and_more"), ("contenttypes", "0002_remove_content_type_name"), migrations.swappable_dependency(settings.AUTH_USER_MODEL), ] diff --git a/src/backend/InvenTree/common/migrations/0047_auto_20260525_0956.py b/src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py similarity index 99% rename from src/backend/InvenTree/common/migrations/0047_auto_20260525_0956.py rename to src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py index 3c0e487fdb..deed51d15a 100644 --- a/src/backend/InvenTree/common/migrations/0047_auto_20260525_0956.py +++ b/src/backend/InvenTree/common/migrations/0048_auto_20260525_0956.py @@ -123,7 +123,7 @@ class Migration(migrations.Migration): # Ensure that each app which supports 'notes' is up-to-date first dependencies = [ ("build", "0059_build_tags"), - ("common", "0046_note"), + ("common", "0047_note"), ("company", "0079_auto_20260212_1054"), ("order", "0119_transferorderlineitem_line_int"), ("part", "0150_part_maximum_stock"), diff --git a/src/backend/InvenTree/common/migrations/0048_remove_notesimage_model_id_and_more.py b/src/backend/InvenTree/common/migrations/0049_remove_notesimage_model_id_and_more.py similarity index 93% rename from src/backend/InvenTree/common/migrations/0048_remove_notesimage_model_id_and_more.py rename to src/backend/InvenTree/common/migrations/0049_remove_notesimage_model_id_and_more.py index 832d3dd4f2..a992e8f19a 100644 --- a/src/backend/InvenTree/common/migrations/0048_remove_notesimage_model_id_and_more.py +++ b/src/backend/InvenTree/common/migrations/0049_remove_notesimage_model_id_and_more.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("common", "0047_auto_20260525_0956"), + ("common", "0048_auto_20260525_0956"), ] operations = [ diff --git a/src/backend/InvenTree/common/test_migrations.py b/src/backend/InvenTree/common/test_migrations.py index f4ede60bef..63abb16e4a 100644 --- a/src/backend/InvenTree/common/test_migrations.py +++ b/src/backend/InvenTree/common/test_migrations.py @@ -308,7 +308,7 @@ class TestNoteMigrations(MigratorTestCase): ('part', '0150_part_maximum_stock'), ('stock', '0123_remove_stockitem_review_needed'), ] - migrate_to = ('common', '0048_remove_notesimage_model_id_and_more') + migrate_to = ('common', '0049_remove_notesimage_model_id_and_more') def generate_image(self, name: str): """Generate a dummy image file for upload.""" diff --git a/src/backend/InvenTree/company/migrations/0081_remove_company_notes_remove_manufacturerpart_notes_and_more.py b/src/backend/InvenTree/company/migrations/0081_remove_company_notes_remove_manufacturerpart_notes_and_more.py index 110cf885d9..2352b0193c 100644 --- a/src/backend/InvenTree/company/migrations/0081_remove_company_notes_remove_manufacturerpart_notes_and_more.py +++ b/src/backend/InvenTree/company/migrations/0081_remove_company_notes_remove_manufacturerpart_notes_and_more.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ("company", "0080_company_tags"), - ("common", "0048_remove_notesimage_model_id_and_more") + ("common", "0049_remove_notesimage_model_id_and_more") ] operations = [ diff --git a/src/backend/InvenTree/order/migrations/0121_remove_purchaseorder_notes_remove_returnorder_notes_and_more.py b/src/backend/InvenTree/order/migrations/0121_remove_purchaseorder_notes_remove_returnorder_notes_and_more.py index 2dbecb02fd..c53fed92cf 100644 --- a/src/backend/InvenTree/order/migrations/0121_remove_purchaseorder_notes_remove_returnorder_notes_and_more.py +++ b/src/backend/InvenTree/order/migrations/0121_remove_purchaseorder_notes_remove_returnorder_notes_and_more.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ("order", "0120_purchaseorder_tags_returnorder_tags_salesorder_tags_and_more"), - ("common", "0048_remove_notesimage_model_id_and_more") + ("common", "0049_remove_notesimage_model_id_and_more") ] operations = [ diff --git a/src/backend/InvenTree/part/migrations/0151_remove_part_notes.py b/src/backend/InvenTree/part/migrations/0151_remove_part_notes.py index a17a236830..31c54e231d 100644 --- a/src/backend/InvenTree/part/migrations/0151_remove_part_notes.py +++ b/src/backend/InvenTree/part/migrations/0151_remove_part_notes.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ("part", "0150_part_maximum_stock"), - ("common", "0048_remove_notesimage_model_id_and_more") + ("common", "0049_remove_notesimage_model_id_and_more") ] operations = [ diff --git a/src/backend/InvenTree/stock/migrations/0124_remove_stockitem_notes.py b/src/backend/InvenTree/stock/migrations/0124_remove_stockitem_notes.py index f48ffc3808..188a17b857 100644 --- a/src/backend/InvenTree/stock/migrations/0124_remove_stockitem_notes.py +++ b/src/backend/InvenTree/stock/migrations/0124_remove_stockitem_notes.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ("stock", "0123_remove_stockitem_review_needed"), - ("common", "0048_remove_notesimage_model_id_and_more") + ("common", "0049_remove_notesimage_model_id_and_more") ] operations = [