mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-06 09:43:38 +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:
@@ -35,6 +35,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("part", "0147_remove_part_default_supplier"),
|
||||
("users", "0014_userprofile")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
Reference in New Issue
Block a user