Optimize migrations

This commit is contained in:
jeremystretch
2021-10-14 15:11:03 -04:00
parent c36744ff9b
commit 646d192149
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'),
]