mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Fix Migration
This commit is contained in:
parent
25957bfae3
commit
0ec0185d84
@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('ipam', '0052_asn_model'),
|
('ipam', '0053_asn_model'),
|
||||||
('dcim', '0140_wireless'),
|
('dcim', '0140_wireless'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user