mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Fix migration rename
This commit is contained in:
parent
65b44c1c98
commit
3c64e38af3
@ -9,7 +9,7 @@ import utilities.json
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('extras', '0101_move_configrevision'),
|
('extras', '0102_move_configrevision'),
|
||||||
('dcim', '0183_protect_child_interfaces'),
|
('dcim', '0183_protect_child_interfaces'),
|
||||||
('ipam', '0068_move_l2vpn'),
|
('ipam', '0068_move_l2vpn'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user