Skip to content

Commit 385749c

Browse files
committed
Fix migration conflict after rebase on feature branch
1 parent c6a2705 commit 385749c

3 files changed

+3
-3
lines changed

netbox/ipam/migrations/0078_add_service_fhrp_group_parent_gfk.py renamed to netbox/ipam/migrations/0079_add_service_fhrp_group_parent_gfk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Migration(migrations.Migration):
66

77
dependencies = [
88
('contenttypes', '0002_remove_content_type_name'),
9-
('ipam', '0077_vlangroup_tenant'),
9+
('ipam', '0078_iprange_mark_utilized'),
1010
]
1111

1212
operations = [

netbox/ipam/migrations/0079_populate_service_parent.py renamed to netbox/ipam/migrations/0080_populate_service_parent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Migration(migrations.Migration):
4242

4343
dependencies = [
4444
('dcim', '0202_location_comments_region_comments_sitegroup_comments'),
45-
('ipam', '0078_add_service_fhrp_group_parent_gfk'),
45+
('ipam', '0079_add_service_fhrp_group_parent_gfk'),
4646
('virtualization', '0048_populate_mac_addresses'),
4747
]
4848

netbox/ipam/migrations/0080_remove_service_device_virtual_machine_add_parent_gfk_index.py renamed to netbox/ipam/migrations/0081_remove_service_device_virtual_machine_add_parent_gfk_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Migration(migrations.Migration):
66
dependencies = [
77
('contenttypes', '0002_remove_content_type_name'),
88
('extras', '0125_exporttemplate_file_name'),
9-
('ipam', '0079_populate_service_parent'),
9+
('ipam', '0080_populate_service_parent'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)