mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Fix migration dependencies for 3.7->4.1 path
This commit is contained in:
parent
89604ceade
commit
bf7b8b2458
@ -22,6 +22,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('users', '0002_squashed_0004'),
|
('users', '0002_squashed_0004'),
|
||||||
|
('extras', '0113_customfield_rename_object_type'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
Loading…
Reference in New Issue
Block a user