mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 02:01:20 +00:00
Fix migration order
This commit is contained in:
@@ -126,7 +126,7 @@ class Migration(migrations.Migration):
|
|||||||
("common", "0047_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", "0151_part_consumable"),
|
||||||
("stock", "0123_remove_stockitem_review_needed")
|
("stock", "0123_remove_stockitem_review_needed")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ from django.db import migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("part", "0150_part_maximum_stock"),
|
("part", "0151_part_consumable"),
|
||||||
("common", "0049_remove_notesimage_model_id_and_more")
|
("common", "0049_remove_notesimage_model_id_and_more")
|
||||||
]
|
]
|
||||||
|
|
||||||
Reference in New Issue
Block a user