mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix migration issues
This commit is contained in:
@ -12,7 +12,7 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('tenancy', '0004_extend_tag_support'),
|
||||
('extras', '0064_configrevision'),
|
||||
('ipam', '0051_extend_tag_support'),
|
||||
('ipam', '0052_fhrpgroup'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user