mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Fix up migration dependency after rebase
This commit is contained in:
parent
6d13a54743
commit
96a5b90c51
@ -5,7 +5,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
('extras', '0125_exporttemplate_file_name'),
|
('extras', '0126_exporttemplate_file_name'),
|
||||||
('ipam', '0080_populate_service_parent'),
|
('ipam', '0080_populate_service_parent'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user