Ensure correct migration order (#11842)
- Ref: https://github.com/inventree/InvenTree/actions/runs/25208393963/job/73913547867?pr=11840
This commit is contained in:
parent
679665d491
commit
6bbc511028
|
|
@ -35,6 +35,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("part", "0147_remove_part_default_supplier"),
|
||||
("users", "0014_userprofile")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue