mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 10:28:37 -06:00
Fix migration conflict after rebase on feature branch
This commit is contained in:
parent
06aa7eade4
commit
6d13a54743
@ -6,7 +6,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('ipam', '0077_vlangroup_tenant'),
|
||||
('ipam', '0078_iprange_mark_utilized'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -42,7 +42,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0202_location_comments_region_comments_sitegroup_comments'),
|
||||
('ipam', '0078_add_service_fhrp_group_parent_gfk'),
|
||||
('ipam', '0079_add_service_fhrp_group_parent_gfk'),
|
||||
('virtualization', '0048_populate_mac_addresses'),
|
||||
]
|
||||
|
@ -6,7 +6,7 @@ class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('extras', '0125_exporttemplate_file_name'),
|
||||
('ipam', '0079_populate_service_parent'),
|
||||
('ipam', '0080_populate_service_parent'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user