mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
Fix migration dependencies for 3.7->4.1 path
This commit is contained in:
parent
81a1280b65
commit
e227e02d7e
@ -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