mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 12:08:17 -06:00
Correct migration chain
This commit is contained in:
parent
5014217052
commit
0ee13646a5
@ -30,7 +30,7 @@ def connected_circuittermination_to_endpoint(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
('dcim', '0074_increase_field_length_platform_name_slug'),
|
('dcim', '0075_cable_devices'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user