2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 17:28:11 +00:00

Add migration requirement

This commit is contained in:
Oliver Walters
2025-11-25 11:08:44 +00:00
parent dddc984ca4
commit c53229182e

View File

@@ -196,6 +196,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
("part", "0132_partparametertemplate_selectionlist"), ("part", "0132_partparametertemplate_selectionlist"),
("company", "0034_manufacturerpart"),
("common", "0040_parametertemplate_parameter"), ("common", "0040_parametertemplate_parameter"),
("part", "0144_partcategoryparametertemplate_template") ("part", "0144_partcategoryparametertemplate_template")
] ]