mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -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):
|
||||
dependencies = [
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('dcim', '0074_increase_field_length_platform_name_slug'),
|
||||
('dcim', '0075_cable_devices'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user