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:
+1
-1
@@ -6,7 +6,7 @@ from django.db import migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("build", "0058_buildline_consumed"),
|
("build", "0059_build_tags"),
|
||||||
("common", "0046_remove_notesimage_model_id_and_more")
|
("common", "0046_remove_notesimage_model_id_and_more")
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -122,7 +122,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", "0058_buildline_consumed"),
|
("build", "0059_build_tags"),
|
||||||
("common", "0044_note"),
|
("common", "0044_note"),
|
||||||
("company", "0079_auto_20260212_1054"),
|
("company", "0079_auto_20260212_1054"),
|
||||||
("order", "0119_transferorderlineitem_line_int"),
|
("order", "0119_transferorderlineitem_line_int"),
|
||||||
|
|||||||
Reference in New Issue
Block a user