mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +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):
|
||||
|
||||
dependencies = [
|
||||
("build", "0058_buildline_consumed"),
|
||||
("build", "0059_build_tags"),
|
||||
("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
|
||||
dependencies = [
|
||||
("build", "0058_buildline_consumed"),
|
||||
("build", "0059_build_tags"),
|
||||
("common", "0044_note"),
|
||||
("company", "0079_auto_20260212_1054"),
|
||||
("order", "0119_transferorderlineitem_line_int"),
|
||||
|
||||
Reference in New Issue
Block a user