mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -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 = [
|
dependencies = [
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
('ipam', '0077_vlangroup_tenant'),
|
('ipam', '0078_iprange_mark_utilized'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
@ -42,7 +42,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('dcim', '0202_location_comments_region_comments_sitegroup_comments'),
|
('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'),
|
('virtualization', '0048_populate_mac_addresses'),
|
||||||
]
|
]
|
||||||
|
|
@ -6,7 +6,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', '0125_exporttemplate_file_name'),
|
||||||
('ipam', '0079_populate_service_parent'),
|
('ipam', '0080_populate_service_parent'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user