mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
Fix migration order
This commit is contained in:
@@ -97,7 +97,7 @@ class Migration(migrations.Migration):
|
||||
("company", "0079_auto_20260212_1054"),
|
||||
("order", "0119_transferorderlineitem_line_int"),
|
||||
("part", "0150_part_maximum_stock"),
|
||||
("stock", "0119_alter_stockitemtestresult_date")
|
||||
("stock", "0122_alter_stockitem_creation_date")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("stock", "0119_alter_stockitemtestresult_date"),
|
||||
("stock", "0122_alter_stockitem_creation_date"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user