mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fix migration issues
This commit is contained in:
parent
db2d71ed9e
commit
25957bfae3
@ -12,7 +12,7 @@ class Migration(migrations.Migration):
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
('tenancy', '0004_extend_tag_support'),
|
('tenancy', '0004_extend_tag_support'),
|
||||||
('extras', '0064_configrevision'),
|
('extras', '0064_configrevision'),
|
||||||
('ipam', '0051_extend_tag_support'),
|
('ipam', '0052_fhrpgroup'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user