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

Fix Migration

This commit is contained in:
Daniel Sheppard
2021-11-03 09:51:03 -05:00
committed by GitHub
parent 25957bfae3
commit 0ec0185d84

View File

@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ipam', '0052_asn_model'),
('ipam', '0053_asn_model'),
('dcim', '0140_wireless'),
]