mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -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 = [
|
||||
('users', '0002_squashed_0004'),
|
||||
('extras', '0113_customfield_rename_object_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Loading…
Reference in New Issue
Block a user