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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class Migration(migrations.Migration):
dependencies = [
("part", "0147_remove_part_default_supplier"),
("users", "0014_userprofile")
]
operations = [