2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 17:53:44 +00:00

Ensure correct migration order (#11842)

- Ref: https://github.com/inventree/InvenTree/actions/runs/25208393963/job/73913547867?pr=11840
This commit is contained in:
Oliver
2026-05-01 22:30:38 +10:00
committed by GitHub
parent 679665d491
commit 6bbc511028
@@ -35,6 +35,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
("part", "0147_remove_part_default_supplier"), ("part", "0147_remove_part_default_supplier"),
("users", "0014_userprofile")
] ]
operations = [ operations = [