mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Rebuild migrations
This commit is contained in:
parent
55a2034918
commit
de48e2543c
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0193_poweroutlet_color'),
|
||||
('ipam', '0071_vlantranslationpolicy_vlantranslationrule'),
|
||||
('ipam', '0073_vlantranslationpolicy_vlantranslationrule'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0121_customfield_related_object_filter'),
|
||||
('ipam', '0070_vlangroup_vlan_id_ranges'),
|
||||
('ipam', '0072_prefix_cached_relations'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ipam', '0071_vlantranslationpolicy_vlantranslationrule'),
|
||||
('ipam', '0073_vlantranslationpolicy_vlantranslationrule'),
|
||||
('virtualization', '0040_convert_disk_size'),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user