Merge pull request #342 from dreng/340_migration_script
Fixes#340: Version 3.6 does not work with netbox 3.4.x because of migration dependencies
This commit is contained in:
@@ -9,8 +9,6 @@ import utilities.json
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0171_cabletermination_change_logging'),
|
||||
('extras', '0092_delete_jobresult'),
|
||||
('netbox_topology_views', '0003_individualoptions_show_neighbors'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user