mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
Fix migration conflicts
This commit is contained in:
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("build", "0059_build_tags"),
|
("build", "0059_build_tags"),
|
||||||
("common", "0048_remove_notesimage_model_id_and_more")
|
("common", "0049_remove_notesimage_model_id_and_more")
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("common", "0045_projectcode_active"),
|
("common", "0046_alter_emailmessage_global_id_and_more"),
|
||||||
("contenttypes", "0002_remove_content_type_name"),
|
("contenttypes", "0002_remove_content_type_name"),
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
]
|
]
|
||||||
+1
-1
@@ -123,7 +123,7 @@ class Migration(migrations.Migration):
|
|||||||
# Ensure that each app which supports 'notes' is up-to-date first
|
# Ensure that each app which supports 'notes' is up-to-date first
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("build", "0059_build_tags"),
|
("build", "0059_build_tags"),
|
||||||
("common", "0046_note"),
|
("common", "0047_note"),
|
||||||
("company", "0079_auto_20260212_1054"),
|
("company", "0079_auto_20260212_1054"),
|
||||||
("order", "0119_transferorderlineitem_line_int"),
|
("order", "0119_transferorderlineitem_line_int"),
|
||||||
("part", "0150_part_maximum_stock"),
|
("part", "0150_part_maximum_stock"),
|
||||||
+1
-1
@@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("common", "0047_auto_20260525_0956"),
|
("common", "0048_auto_20260525_0956"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@@ -308,7 +308,7 @@ class TestNoteMigrations(MigratorTestCase):
|
|||||||
('part', '0150_part_maximum_stock'),
|
('part', '0150_part_maximum_stock'),
|
||||||
('stock', '0123_remove_stockitem_review_needed'),
|
('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):
|
def generate_image(self, name: str):
|
||||||
"""Generate a dummy image file for upload."""
|
"""Generate a dummy image file for upload."""
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("company", "0080_company_tags"),
|
("company", "0080_company_tags"),
|
||||||
("common", "0048_remove_notesimage_model_id_and_more")
|
("common", "0049_remove_notesimage_model_id_and_more")
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("order", "0120_purchaseorder_tags_returnorder_tags_salesorder_tags_and_more"),
|
("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 = [
|
operations = [
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("part", "0150_part_maximum_stock"),
|
("part", "0150_part_maximum_stock"),
|
||||||
("common", "0048_remove_notesimage_model_id_and_more")
|
("common", "0049_remove_notesimage_model_id_and_more")
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("stock", "0123_remove_stockitem_review_needed"),
|
("stock", "0123_remove_stockitem_review_needed"),
|
||||||
("common", "0048_remove_notesimage_model_id_and_more")
|
("common", "0049_remove_notesimage_model_id_and_more")
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
Reference in New Issue
Block a user