Fix migration order
This commit is contained in:
parent
c0deb92460
commit
42931fdb0f
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue