1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Optimize migrations

This commit is contained in:
jeremystretch
2021-10-14 15:11:03 -04:00
parent 909b83c537
commit 64dad7dbd2
6 changed files with 24 additions and 55 deletions

View File

@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('dcim', '0136_wireless'),
('dcim', '0136_rename_cable_peer'),
('extras', '0062_clear_secrets_changelog'),
('ipam', '0050_iprange'),
]